Use Node 8 and drop Node 5 from travis (babel/babel-eslint#483)
* Use Node 8 and drop Node 5 from travis * switch the order [skip ci]
This commit is contained in:
parent
4e4aa05639
commit
45a9f64174
@ -1,9 +1,9 @@
|
|||||||
sudo: false
|
sudo: false
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "4"
|
- "8"
|
||||||
- "5"
|
|
||||||
- "6"
|
- "6"
|
||||||
|
- "4"
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user