Skip to content

Commit

Permalink
Remove mongodb from services, not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
au2 committed Jul 31, 2014
1 parent 4692f3b commit fa7fae9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ before_script:
- npm install -g mocha
- npm install -g istanbul

services:
- mongodb

script:
- grunt
- istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec --recursive && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage

0 comments on commit fa7fae9

Please sign in to comment.