Skip to content

Commit

Permalink
Try this travis
Browse files Browse the repository at this point in the history
  • Loading branch information
zz9pzza committed May 8, 2015
1 parent a38edb4 commit 4f9b118
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ services:
- redis-server
- memcached
script:
- rm -f db/structure.sql db/schema.rb
- RAILS_ENV=test bundle exec rake db:migrate --trace
- rm -f structure.sql
- RAILS_ENV=test bundle exec rake db:create:all --trace
- RAILS_ENV=test bundle exec rake db:schema:load --trace
- RAILS_ENV=test bundle exec rake db:migrate --trace
Expand Down

0 comments on commit 4f9b118

Please sign in to comment.