Merge pull request #814 from philtay/travis
Test against Node.js 0.12 and 4.1
This commit is contained in:
commit
bec98898ff
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.10"
|
- "0.10"
|
||||||
|
- "0.12"
|
||||||
|
- "4.1"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- grunt test
|
- grunt test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue