Explorar o código

Add travis

Travis can't be enabled unless we put a minimal file on the `master`
branch.
Kevin Brown %!s(int64=10) %!d(string=hai) anos
pai
achega
a25883c659
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      .travis.yml

+ 7 - 0
.travis.yml

@@ -0,0 +1,7 @@
+language: node_js
+node_js:
+  - 0.10
+script:
+  - grunt compile test
+notifications:
+  email: false