Skip to content

Commit

Permalink
chore(travis): don't build Node 6 and 7, build Node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffijoe committed Dec 20, 2018
1 parent bfd4614 commit b7c79d7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ notifications:

# Add additional versions here as appropriate.
node_js:
- "stable"
- "8"
- "7"
- "6"
- 'stable'
- '10'
- '8'

# Lint errors should trigger a failure.
before_script:
Expand Down

0 comments on commit b7c79d7

Please sign in to comment.