Skip to content

Commit a751656

Browse files
committed
add travis-ci & coveralls
1 parent 143f1e5 commit a751656

File tree

4 files changed

+1627
-2
lines changed

4 files changed

+1627
-2
lines changed

.coveralls.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
repo_token: XnDrbxNyxKjorwa1hOQojzw9ylDie4VKy

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: node_js
2+
3+
sudo: false
4+
5+
node_js:
6+
- 8
7+
- 7
8+
9+
script:
10+
- npm test
11+
- npm i coveralls
12+
- npm run coverage

0 commit comments

Comments
 (0)