Skip to content

Commit

Permalink
Merge pull request koajs#643 from ide/latest-node
Browse files Browse the repository at this point in the history
[CI] Run tests on the stable version of Node
  • Loading branch information
juliangruber committed Jan 20, 2016
2 parents 0c136fd + 4e411ed commit 09f5080
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 09f5080

Please sign in to comment.