Skip to content

Commit 0d4725e

Browse files
committed
Add Node 12 and remove Node 4/6 from Travis
1 parent 9192ec3 commit 0d4725e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
sudo: false
22
language: node_js
33
node_js:
4+
- '12'
45
- '11'
56
- '10'
67
- '8'
7-
- '6'
8-
- '4'
98
before_install:
109
- 'nvm install-latest-npm'
1110
before_script:
@@ -27,8 +26,5 @@ matrix:
2726
include:
2827
- node_js: 'lts/*'
2928
env: PRETEST=true
30-
exclude:
31-
- node_js: '4'
32-
env: ESLINT=5
3329
allow_failures:
3430
- node_js: '11'

0 commit comments

Comments
 (0)