simplify travis-command-wrapper.py output

This commit is contained in:
Dane Springmeyer 2016-09-03 09:32:20 -07:00
parent 076ab1fa6c
commit e580d0b1d6

View file

@ -97,7 +97,7 @@ script:
# ccache results and therefore should be faster
# (and might work) for the next build
- DURATION=2100
- scripts/travis-command-wrapper.py -s "date;ps aux | grep clang" -i 60 --deadline=$(( $(date +%s) + ${DURATION} )) make
- scripts/travis-command-wrapper.py -s "date" -i 120 --deadline=$(( $(date +%s) + ${DURATION} )) make
- make test
- enabled ${COVERAGE} coverage
- enabled ${BENCH} make bench