More debug output in travis. Also, use --without development production in the rebundle, same as in the original bundle.

This commit is contained in:
Sarah Mei 2011-09-03 18:46:20 -07:00
parent 66836e53d2
commit 60301d5a93

View file

@ -1,6 +1,6 @@
# Remove Gemfile.lock and rebundle on Ruby 1.9
ruby -e "system('rm Gemfile.lock') if RUBY_VERSION.include?('1.9')"
ruby -e "system('bundle install') if RUBY_VERSION.include?('1.9')"
ruby -e "system('bundle install --without development production') if RUBY_VERSION.include?('1.9')"
# adjust GC settings for REE
export RUBY_HEAP_MIN_SLOTS=1000000
@ -19,5 +19,7 @@ sass --update public/stylesheets/sass/:public/stylesheets/
# Set up database
cp config/database.yml.example config/database.yml
which rake
rake --version
rake db:create --trace
rake db:schema:load --trace