Remove debugging output from travis script.
This commit is contained in:
parent
460b734b9e
commit
8f9a0a032d
1 changed files with 2 additions and 4 deletions
|
|
@ -19,7 +19,5 @@ sass --update public/stylesheets/sass/:public/stylesheets/
|
|||
|
||||
# Set up database
|
||||
cp config/database.yml.example config/database.yml
|
||||
which rake
|
||||
rake --version
|
||||
bundle exec rake db:create --trace
|
||||
bundle exec rake db:schema:load --trace
|
||||
bundle exec rake db:create
|
||||
bundle exec rake db:schema:load
|
||||
|
|
|
|||
Loading…
Reference in a new issue