Skip to content

Commit d721a38

Browse files
committed
-Added TravisCI configuration
1 parent 9989b67 commit d721a38

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)