Skip to content

Commit

Permalink
build: use Travis CI container infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Mar 4, 2015
1 parent d401f36 commit 3462a95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -7,5 +7,6 @@ matrix:
allow_failures:
- node_js: "0.11"
fast_finish: true
sudo: false
script: "npm run-script test-ci"
after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"

0 comments on commit 3462a95

Please sign in to comment.