Skip to content

Commit

Permalink
travis: use container based builds instead
Browse files Browse the repository at this point in the history
  • Loading branch information
iarna committed Jan 22, 2016
1 parent 5dbcb4f commit 82be147
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ env:
before_install:
- "npm config set spin false"
- "node . install -g ."
- "sudo mkdir -p /var/run/couchdb"
- "mkdir -p /var/run/couchdb"
sudo: false
script: "npm run-script test-all"
notifications:
slack: npm-inc:kRqQjto7YbINqHPb1X6nS3g8

0 comments on commit 82be147

Please sign in to comment.