Skip to content

Commit

Permalink
ci(travis): remove node 6 and send coverage for main job only
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmerckx committed May 11, 2018
1 parent 5e4d7a7 commit 80fe57d
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 @@ -16,14 +16,13 @@ install:
script:
- npm run lint
- npm run test-ci
- npm run send-coverage
- npm run e2e-ci
- npm run build
node_js:
- '9'
- '8'
- '6'
after_success:
- npm run send-coverage
- npm run travis-deploy-once "npm run semantic-release"
branches:
except:
Expand Down

0 comments on commit 80fe57d

Please sign in to comment.