Skip to content

Commit

Permalink
Remove sudo and package dependencies from travis file (so we can have…
Browse files Browse the repository at this point in the history
… travis containers)
  • Loading branch information
benbp committed Nov 11, 2015
1 parent 40ec958 commit 2aa4559
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
@@ -1,13 +1,9 @@
sudo: required
language: node_js
node_js:
- "0.10"
services:
- mongodb
- rabbitmq
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq snmp
after_success:
- ./node_modules/.bin/istanbul cover -x "**/spec/**" ./node_modules/.bin/_mocha --report lcovonly -- $(find spec -name '*-spec.js') -R spec --require spec/helper.js
- cat ./coverage/lcov.info | node_modules/.bin/coveralls
- cat ./coverage/lcov.info | node_modules/.bin/coveralls

0 comments on commit 2aa4559

Please sign in to comment.