Run tests on Node 4
This commit is contained in:
parent
dfb7bc1310
commit
e49a7d9bb2
1 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
||||||
before_install: npm install -g npm
|
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.10"
|
- "4"
|
||||||
- "0.8"
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
Reference in a new issue