Skip to content

Commit

Permalink
fix(travis): Fix Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahdayan committed Mar 12, 2018
1 parent 660b116 commit 4311ceb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ cache:
notifications:
email: false
node_js:
- '9'
- '8'
- '6'
- '4'
- "node"
after_success:
- npm run coverage
- npm run build
Expand Down

0 comments on commit 4311ceb

Please sign in to comment.