Skip to content

Commit

Permalink
Remove Node.js v4 and v5 from Travis CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Jul 21, 2018
1 parent 659b299 commit 3b7b523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ language: node_js

node_js:
- '6'
- '5'
- '4'
- '8'
- '10'

before_install:
- npm install -g npm
Expand Down

0 comments on commit 3b7b523

Please sign in to comment.