Skip to content

Commit

Permalink
Use structure instead of schema
Browse files Browse the repository at this point in the history
  • Loading branch information
simple10 committed Oct 20, 2014
1 parent 4617c80 commit bdf9f79
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
Expand Up @@ -9,7 +9,7 @@ env:
before_install:
- bundle config build.nokogiri --use-system-libraries
before_script:
- bundle exec rake db:create db:schema:load
- bundle exec rake db:create db:structure:load
script:
- bundle exec rspec spec
addons:
Expand Down

0 comments on commit bdf9f79

Please sign in to comment.