Skip to content

Commit

Permalink
Merge pull request #5 from avindra/patch-1
Browse files Browse the repository at this point in the history
Travis: swap io.js
  • Loading branch information
thedillonb committed Jan 28, 2017
2 parents 1631f02 + 01e9897 commit 309ed42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: node_js
node_js:
- '0.12'
- '4.0'
- 'iojs'
- 'stable'
script: "npm run test-travis"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
deploy:
Expand Down

0 comments on commit 309ed42

Please sign in to comment.