More debug output in travis. Also, use --without development production in the rebundle, same as in the original bundle.
This commit is contained in:
parent
66836e53d2
commit
60301d5a93
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue