Skip to content

Commit

Permalink
chore(travis): remove tests for node@6
Browse files Browse the repository at this point in the history
  • Loading branch information
gtkatakura committed Sep 28, 2018
1 parent 5bd4ea9 commit a93fb3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ node_js:
- '10'
- '9'
- '8'
- '6'

before_install:
- yarn add codecov.io coveralls

after_success:
- cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- nvm install 8 && yarn global add semantic-release
- yarn global add semantic-release
- npm run travis-deploy-once "npm run semantic-release"

branches:
Expand Down

0 comments on commit a93fb3c

Please sign in to comment.