mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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:
|
||||
- "7.2"
|
||||
- "6.9"
|
||||
- "5.12"
|
||||
- "4.7"
|
||||
before_install:
|
||||
- if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
|
||||
install:
|
||||
|
Loading…
Reference in New Issue
Block a user