Skip to content

Commit

Permalink
tell travis to migrate prior to running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Apr 4, 2012
1 parent d763962 commit d644b9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ rvm:
- 1.9.3
before_install:
- gem update --system
before_script:
- "bundle exec rake db:migrate"
script: 'bundle exec rake appraisal spec cucumber'
gemfile:
- gemfiles/3.0.12.gemfile
Expand Down

0 comments on commit d644b9b

Please sign in to comment.