Skip to content

Commit

Permalink
copy DB config for TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
rilian committed Jul 27, 2014
1 parent b0d2b47 commit 9af49ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ before_install:
bundler_args: --without development assets

before_script:
- "cp config/database.yml.example config/database.yml"
- "cp config/secrets.yml.example config/secrets.yml"
- "bundle exec rake db:create db:migrate ; RAILS_ENV=test rake db:migrate"

Expand Down

0 comments on commit 9af49ea

Please sign in to comment.