Build core for Travis using most recent versions of Node
This commit is contained in:
parent
161aac9990
commit
6dcf7ac26d
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue