mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-18 14:41:25 +00:00
[ci] drop node<6
This is because jsdom no longer supports this environments
This commit is contained in:
parent
56c39bea88
commit
379fb753ca
@ -2,8 +2,6 @@ language: node_js
|
|||||||
node_js:
|
node_js:
|
||||||
- "7.2"
|
- "7.2"
|
||||||
- "6.9"
|
- "6.9"
|
||||||
- "5.12"
|
|
||||||
- "4.7"
|
|
||||||
before_install:
|
before_install:
|
||||||
- if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
|
- if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
|
||||||
install:
|
install:
|
||||||
|
Loading…
Reference in New Issue
Block a user