Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Commit

Permalink
Added rake db:migrate to before_script list
Browse files Browse the repository at this point in the history
  • Loading branch information
dchandekstark committed Jun 10, 2013
1 parent 5a167ea commit dfa0bf4
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 @@ -5,6 +5,7 @@ before_script:
- "cp config/log4r.yml.sample config/log4r.yml"
- "cp config/log4r_fixity_check.yml.sample config/log4r_fixity_check.yml"
- "cp config/database.yml.sample config/database.yml"
- "rake db:migrate"
- "rake db:test:prepare"
- "rake jetty:clean"
- "rake jetty:config"
Expand Down

0 comments on commit dfa0bf4

Please sign in to comment.