Skip to content

Commit

Permalink
Fix travis config file
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexParamonov committed Apr 11, 2012
1 parent b1af434 commit e3cc3c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -13,4 +13,5 @@ matrix:
- rvm: rbx-19mode
before_script:
- "cp config/database.sample.yml config/database.yml"
- "bundle exec rake db:test:prepare db:migrate"
- "bundle exec rake db:migrate"
- "bundle exec rake db:test:prepare"

0 comments on commit e3cc3c7

Please sign in to comment.