We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33ae84 commit e747459Copy full SHA for e747459
.travis.yml
@@ -1,12 +1,10 @@
1
sudo: false
2
language: node_js
3
node_js:
4
+ - '11'
5
- '10'
- - '9'
6
- '8'
7
- - '7'
8
- '6'
9
- - '5'
10
- '4'
11
before_install:
12
- 'nvm install-latest-npm'
@@ -30,11 +28,7 @@ matrix:
30
28
- node_js: 'lts/*'
31
29
env: PRETEST=true
32
exclude:
33
- - node_js: '5'
34
- env: ESLINT=5
35
- node_js: '4'
36
env: ESLINT=5
37
allow_failures:
38
- - node_js: '9'
39
- - node_js: '7'
40
+ - node_js: '11'
0 commit comments