We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be9643e commit c5e49a7Copy full SHA for c5e49a7
.travis.yml
@@ -9,7 +9,7 @@ addons:
9
postgresql: "9.5"
10
before_script:
11
- psql -c 'create database scumblr_test;' -U postgres
12
- - bundle exec rake db:schema:load
+ - bundle exec rake db:structure:load
13
- bundle exec rake db:test:prepare
14
- RAILS_ENV=test bundle exec sidekiq -d -L /tmp/sidekiq.log
15
- sleep 15
0 commit comments