We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e6748f commit 13bc79cCopy full SHA for 13bc79c
.travis.yml
@@ -0,0 +1,9 @@
1
+language: node_js
2
+node_js:
3
+ - iojs
4
+ - v5.7.0
5
+ - "4.2.2"
6
+ - "0.12"
7
+ - "0.10"
8
+after_success:
9
+ - './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
0 commit comments