Skip to content

Commit

Permalink
No need for mongo on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bensalilijames committed Dec 13, 2016
1 parent 4b3785d commit b63dad0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ language: node_js
node_js:
- "6"
- "7"
services:
- mongodb
script: "npm run-script test-travis"
# Send coverage data to Coveralls
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"

0 comments on commit b63dad0

Please sign in to comment.