We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f6d68 commit 7fca6f6Copy full SHA for 7fca6f6
1 file changed
.travis.yml
@@ -1 +1,8 @@
1
-script: "ant test"
+language: node_js
2
+node_js:
3
+ - "0.6"
4
+ - "0.8"
5
+ - "0.10"
6
+ - "0.11"
7
+script:
8
+ - ant test
0 commit comments