Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

Commit

Permalink
remove iojs from travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nschloe committed Dec 25, 2015
1 parent e2e6ba7 commit e962b65
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
language: node_js

node_js:
- "node"
- "iojs"

sudo: false

services:
- mongodb

before_script:
- "until nc -z localhost 27017 ; do echo Waiting for MongoDB; sleep 1; done"

after_success:
- "npm run-script coveralls"

0 comments on commit e962b65

Please sign in to comment.