Skip to content

Commit d98a0e6

Browse files
committed
ci(travis): add config for travis
1 parent 4fff277 commit d98a0e6

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
language: node_js
2+
3+
node_js:
4+
- "stable"
5+
- "lts/*"
6+
- 6
7+
- 4
8+
- 0.12
9+
- 0.10
10+
11+
env:
12+
global:
13+
- ISTANBUL_COVERAGE: yes
14+
15+
after_success:
16+
- npm i coveralls
17+
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

0 commit comments

Comments
 (0)