Skip to content

Commit

Permalink
tell travis I need mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
apneadiving committed Oct 21, 2012
1 parent 4c5f0d5 commit b35007c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ rvm:
- 1.8.7
- 1.9.2
- 1.9.3

services:
- mongodb
before_script: 'cd spec/dummy/; rake db:migrate RAILS_ENV=test; cd ../..'
script: 'rspec spec'
# after_script: 'bundle exec guard-jasmine -u http://localhost:8888/'

0 comments on commit b35007c

Please sign in to comment.