Skip to content

Commit

Permalink
Ensure prepare_ci_env being executed before db tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed May 2, 2013
1 parent 9e0fbbb commit 6ce52b0
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 @@ -26,7 +26,8 @@ notifications:
before_script:
- cd spec/dummy_app
- bundle install
- bundle exec rake rails_admin:prepare_ci_env db:create db:migrate
- bundle exec rake rails_admin:prepare_ci_env
- bundle exec rake db:create db:migrate
- cd ../../
services:
- mongodb

0 comments on commit 6ce52b0

Please sign in to comment.