We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffbdb1d commit 5bec365Copy full SHA for 5bec365
.travis.yml
@@ -15,4 +15,4 @@ before_install:
15
before_script:
16
- cp -f config/database.travis.yml config/database.yml
17
- cp -f .env.example .env
18
- - bin/rake db:create db:schema:load RAILS_ENV=test
+ - bin/rake db:create:all db:setup db:test:prepare RAILS_ENV=test
0 commit comments