Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Get travis to test most recent node as well, on their newer infrastru…
Browse files Browse the repository at this point in the history
…cture
  • Loading branch information
hildjj committed May 2, 2016
1 parent 28d346a commit 08c3289
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,5 +1,7 @@
language: node_js
sudo: false
node_js:
- "0.11"
- "node"
script: "make test-travis"
after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"

0 comments on commit 08c3289

Please sign in to comment.