Build core for Travis using most recent versions of Node

This commit is contained in:
deadprogram 2015-11-17 09:08:08 -08:00
parent 161aac9990
commit 6dcf7ac26d
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,9 @@ sudo: false
node_js: node_js:
- '0.10' - '0.10'
- '0.12' - '0.12'
- 'iojs' - '4.0'
- '4.1'
- '5.0'
before_install: before_install:
- "mkdir -p ~/.npm" - "mkdir -p ~/.npm"
before_script: before_script: