We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9989b67 commit d721a38Copy full SHA for d721a38
.travis.yml
@@ -0,0 +1,5 @@
1
+language: node_js
2
+node_js:
3
+- 7
4
+script:
5
+- npm run test && cat ./dist/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
0 commit comments