mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
Update node versions
This commit is contained in:
parent
a42cda8db4
commit
10190052b9
12
.travis.yml
12
.travis.yml
@ -1,11 +1,11 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "7.2.x"
|
||||
- "6.9.x"
|
||||
- "5.12.x"
|
||||
- "4.7.x"
|
||||
- "0.12.x"
|
||||
- "0.10.x"
|
||||
- "7.2"
|
||||
- "6.9"
|
||||
- "5.12"
|
||||
- "4.7"
|
||||
- "0.12"
|
||||
- "0.10"
|
||||
install:
|
||||
- npm install
|
||||
- npm run build
|
||||
|
Loading…
Reference in New Issue
Block a user