Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Commit 1db55a9

Browse files
committed
Add .travis.yml
1 parent 9639228 commit 1db55a9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)