瀏覽代碼

Add travis

Travis can't be enabled unless we put a minimal file on the `master`
branch.
Kevin Brown 10 年之前
父節點
當前提交
a25883c659
共有 1 個文件被更改,包括 7 次插入0 次删除
  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