Skip to content
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.

Commit

Permalink
Load the dumped schema; don't migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Feb 4, 2012
1 parent e804e60 commit b6014d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
before_install: "gem update --system"
bundler_args: "--without assets:development:production"
script: "bundle exec rake db:create db:migrate test"
script: "bundle exec rake db:create db:schema:load test"
rvm:
- 1.9.2
- 1.9.3
Expand Down

0 comments on commit b6014d4

Please sign in to comment.