Skip to content

Commit

Permalink
Apparently, Ruby 1.9.3 doesn't like chained rake tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Oct 3, 2011
1 parent 3c5cceb commit 47d0572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,4 +1,4 @@
before_script: cp config/database.yml.example config/database.yml && bundle exec rake db:create db:migrate db:test:prepare
before_script: cp config/database.yml.example config/database.yml && bundle exec rake db:create && bundle exec rake db:migrate && bundle exec rake db:test:prepare
rvm:
- 1.8.7
- 1.9.2
Expand Down

0 comments on commit 47d0572

Please sign in to comment.