Skip to content

Commit

Permalink
[Tests] remove node 5/7/9, add node 11
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 27, 2018
1 parent b33ae84 commit e747459
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
@@ -1,12 +1,10 @@
sudo: false
language: node_js
node_js:
- '11'
- '10'
- '9'
- '8'
- '7'
- '6'
- '5'
- '4'
before_install:
- 'nvm install-latest-npm'
Expand All @@ -30,11 +28,7 @@ matrix:
- node_js: 'lts/*'
env: PRETEST=true
exclude:
- node_js: '5'
env: ESLINT=5
- node_js: '4'
env: ESLINT=5
allow_failures:
- node_js: '9'
- node_js: '7'
- node_js: '5'
- node_js: '11'

0 comments on commit e747459

Please sign in to comment.