mirror of
https://github.com/thelounge/thelounge
synced 2024-11-26 14:00:21 +00:00
Add Node.js 0.12 and 4.x support to Travis CI
This commit is contained in:
parent
98344b2cac
commit
d65f75c8b7
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue