We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9639228 commit 1db55a9Copy full SHA for 1db55a9
.travis.yml
@@ -0,0 +1,10 @@
1
+language: node_js
2
+node_js:
3
+ - 5
4
+ - 4
5
+
6
+script:
7
+ - npm test
8
9
+after_success:
10
+ npm run coverage && nyc report --reporter=text-lcov | coveralls
0 commit comments