We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f627d50 commit 3fc3c9dCopy full SHA for 3fc3c9d
.travis.yml
@@ -0,0 +1,10 @@
1
+language: node_js
2
+node_js:
3
+ - '5'
4
+ - '4'
5
+ - '0.12'
6
+ - '0.10'
7
+ - 'iojs'
8
+after_success:
9
+ - npm run coveralls
10
+ - npm run coverage-clean
0 commit comments