Skip to content

Commit

Permalink
Move setup into before_script
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Mar 3, 2012
1 parent f78838c commit ed949ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
before_install: "gem update --system"
bundler_args: "--without assets:development:production"
script: "bundle exec rake db:create db:schema:load test"
before_script: "bundle exec rake db:create db:schema:load"
rvm:
- 1.9.2
- 1.9.3
Expand Down

0 comments on commit ed949ac

Please sign in to comment.