From cd81039605b5f749cc4e79b21ae2c5cee4f8c08e Mon Sep 17 00:00:00 2001 From: Mark Cottman-Fields Date: Mon, 29 Oct 2012 11:56:31 +1000 Subject: [PATCH] Updated travis and test settings. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c6e52615..fe7568f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: ruby +bundler_args: --without development rvm: - 1.9.3 # - 1.9.2 @@ -17,7 +18,6 @@ before_script: script: - ls -la - RAILS_ENV=test bundle exec rake --trace db:migrate - - bundle exec rake --trace db:test:prepare - - bundle exec rake --trace + - RAILS_ENV=test bundle exec rake --trace notifications: webhooks: http://build.ecosounds.org/build \ No newline at end of file