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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user