Skip to content

Commit bf1225e

Browse files
fl0whaoxin
authored andcommitted
update travis (#17)
1 parent 5472d3b commit bf1225e

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

.travis.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
node_js:
2-
- "iojs-1"
3-
- "0.12"
4-
- "0.11"
51
language: node_js
6-
script: "npm run test-travis"
7-
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
2+
node_js:
3+
- 7
4+
- 8
5+
- 9
6+
- 10
7+
script:
8+
- npm run test-travis
9+
after_script:
10+
- npm install coveralls@2
11+
- cat ./coverage/lcov.info | coveralls

0 commit comments

Comments
 (0)