Skip to content

Commit

Permalink
change travis ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
madhums committed Apr 21, 2013
1 parent 48eb235 commit 5878567
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
install:
- npm install
before_script:
- sudo service mongodb start || true
- cp config/config.example.js config/config.js
- cp config/imager.example.js config/imager.js
- sudo service mongodb start || true
env:
- NODE_ENV=test
services:
- mongodb
language: node_js
Expand Down

0 comments on commit 5878567

Please sign in to comment.