Update node versions

This commit is contained in:
Sébastien Chopin 2016-12-09 19:00:28 +01:00
parent a42cda8db4
commit 10190052b9
1 changed files with 6 additions and 6 deletions

View File

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