From 6dc002a7b3bf9361b0c8c6c23e3af03232c4d0aa Mon Sep 17 00:00:00 2001 From: antmt Date: Wed, 31 Oct 2012 10:02:55 +1000 Subject: [PATCH] fixed invalid params for rake --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d3026239..abb06b8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ before_script: - sh vendor/bin/install_console_audio_tools.sh script: - ls -la - - RAILS_ENV=test bundle exec rake --trace db:migrate + - RAILS_ENV=test bundle exec rake db:migrate --trace - RAILS_ENV=test bundle exec rake --trace notifications: webhooks: http://build.ecosounds.org/build \ No newline at end of file