Skip to content

Commit

Permalink
fix: removing node 8 from travisci temporarily
Browse files Browse the repository at this point in the history
There is a bug in npm that makes node 8 fail when running npm prune.

npm/npm#17781

When this is closed we can add 8 back.
  • Loading branch information
godber committed Aug 19, 2017
1 parent 7433f1a commit 7cd1777
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ cache:
notifications:
email: false
node_js:
- '8'
- '6'
- '4'
before_script:
- npm prune
script:
- npm run test
after_success:
- npm run semantic-release
branches:
Expand Down

0 comments on commit 7cd1777

Please sign in to comment.