Clean up asset precompilation output from travis logs

Asset precompilation generates a lot of logs, making it slower to
scroll down to see the commonly relevant information, knowing what spec
has failed

Redirecting standard error and standard output to dev/null helps reach
this information faster
This commit is contained in:
rgarcia
2018-01-15 23:41:37 +01:00
parent 0359488477
commit 9a4d6750fc

View File

@@ -9,8 +9,8 @@ before_script:
- for i in config/*.example; do cp "$i" "${i/.example}"; done
- bundle exec rake db:setup
script:
- bundle exec rake assets:precompile RAILS_ENV=test
- bin/knapsack_pro_rspec
- "bundle exec rake assets:precompile RAILS_ENV=test > /dev/null 2>&1"
- "bin/knapsack_pro_rspec"
env:
global:
- KNAPSACK_PRO_FIXED_QUEUE_SPLIT=true