Skip to content

Commit

Permalink
chore(travis): don't build Node 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 941a432
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ notifications:

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

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

0 comments on commit 941a432

Please sign in to comment.