Skip to content

Commit a93fb3c

Browse files
committed
chore(travis): remove tests for node@6
1 parent 5bd4ea9 commit a93fb3c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@ node_js:
55
- '10'
66
- '9'
77
- '8'
8-
- '6'
98

109
before_install:
1110
- yarn add codecov.io coveralls
1211

1312
after_success:
1413
- cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js
1514
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
16-
- nvm install 8 && yarn global add semantic-release
15+
- yarn global add semantic-release
1716
- npm run travis-deploy-once "npm run semantic-release"
1817

1918
branches:

0 commit comments

Comments
 (0)