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:
Reyad Attiyat 2017-06-06 20:38:49 -05:00
parent 4e4aa05639
commit 45a9f64174

View File

@ -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