Add Node.js 0.12 and 4.x support to Travis CI
This commit is contained in:
parent
98344b2cac
commit
d65f75c8b7
@ -1,6 +1,9 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.10"
|
||||
- "0.12"
|
||||
- "4.0"
|
||||
- "4.1"
|
||||
before_script:
|
||||
- mkdir ~/.shout
|
||||
- cp defaults/config.js ~/.shout
|
||||
|
Loading…
Reference in New Issue
Block a user