Skip to content
This repository was archived by the owner on Jul 24, 2020. It is now read-only.

Commit e5274ae

Browse files
author
Machiste Quintana
committed
new approach to environment setup
1 parent 29ce74d commit e5274ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ rvm:
55
before_script:
66
- cp config/database.travis.yml config/database.yml
77
- CODECLIMATE_REPO_TOKEN=075afb721fe089e1b77ab194fcff1ac132765bbfd3f3777db52f7abaf9bf800d
8-
- bundle exec rake db:setup
8+
- bundle exec rake db:create
9+
- bundle exec rake db:migrate
10+
- bundle exec rake db:test:prepare

0 commit comments

Comments
 (0)