Skip to content

Commit

Permalink
Fix database preparation for testings
Browse files Browse the repository at this point in the history
  • Loading branch information
rimenes committed Jan 14, 2015
1 parent 89456b6 commit 14cd4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rvm:

before_script:
- cp config/database.travis.yml config/database.yml
- bundle exec rake db:create db:migrate
- bundle exec rake db:create db:structure:load db:test:prepare

# uncomment this line if your project needs to run something other than `rake`:
# script: bundle exec rspec spec

0 comments on commit 14cd4db

Please sign in to comment.