Skip to content

Commit

Permalink
fix: remove node < 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Garwacke committed May 27, 2018
1 parent f6b3cd4 commit 5f458ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ notifications:
email: false
node_js:
- '9'
- '8'
- '6'
- '4'
- '8'
after_success:
- npm run travis-deploy-once "npm run semantic-release"
branches:
Expand Down

0 comments on commit 5f458ee

Please sign in to comment.