Skip to content

Commit 5bec365

Browse files
committedJul 1, 2014
Change the setup of the Travis databases to match our bootstrap procedure
1 parent ffbdb1d commit 5bec365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ before_install:
1515
before_script:
1616
- cp -f config/database.travis.yml config/database.yml
1717
- cp -f .env.example .env
18-
- bin/rake db:create db:schema:load RAILS_ENV=test
18+
- bin/rake db:create:all db:setup db:test:prepare RAILS_ENV=test

0 commit comments

Comments
 (0)