Skip to content

Commit 33ed1bc

Browse files
committed
Travis
1 parent add4375 commit 33ed1bc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
language: node_js
22
node_js:
3-
- '4'
4-
- '6'
5-
- '9'
3+
- '10'
64
script:
75
- npm run build
86
- npm run test
9-
after_success:
10-
- cat ./coverage/lcov.info|./node_modules/coveralls/bin/coveralls.js
117
branches:
128
only:
139
- master

0 commit comments

Comments
 (0)