Merge pull request #488 from erming/astorije/travis-node-versions
Add Node.js 0.12 and 4.x support to Travis CI
This commit is contained in:
commit
e76b2cb2be
@ -1,6 +1,9 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.10"
|
- "0.10"
|
||||||
|
- "0.12"
|
||||||
|
- "4.0"
|
||||||
|
- "4.1"
|
||||||
before_script:
|
before_script:
|
||||||
- mkdir ~/.shout
|
- mkdir ~/.shout
|
||||||
- cp defaults/config.js ~/.shout
|
- cp defaults/config.js ~/.shout
|
||||||
|
Loading…
Reference in New Issue
Block a user