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
|
||||
node_js:
|
||||
- "0.12"
|
||||
- "1"
|
||||
- "2"
|
||||
- "3"
|
||||
- "4"
|
||||
- stable
|
||||
- 4
|
||||
- 3
|
||||
- 2
|
||||
- 1
|
||||
- 0.12
|
||||
sudo: false
|
||||
script: "make test-travis"
|
||||
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
|
||||
|
|
Loading…
Reference in a new issue