We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b9c01e + 7fca6f6 commit 0c557b6Copy full SHA for 0c557b6
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