Merge pull request #643 from ide/latest-node
[CI] Run tests on the stable version of Node
This commit is contained in:
commit
09f5080aa0
1 changed files with 6 additions and 5 deletions
11
.travis.yml
11
.travis.yml
|
@ -1,10 +1,11 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.12"
|
- stable
|
||||||
- "1"
|
- 4
|
||||||
- "2"
|
- 3
|
||||||
- "3"
|
- 2
|
||||||
- "4"
|
- 1
|
||||||
|
- 0.12
|
||||||
sudo: false
|
sudo: false
|
||||||
script: "make test-travis"
|
script: "make test-travis"
|
||||||
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
|
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
|
||||||
|
|
Loading…
Reference in a new issue