travis: make verbosity (set -x, make -s) configurable

This commit is contained in:
Ralph Lange
2019-11-21 13:44:45 +01:00
parent a3858715a2
commit f5a502301e
5 changed files with 16 additions and 4 deletions

View File

@@ -5,7 +5,8 @@
# SET=test00 in .travis.yml runs the tests in this script
# all other jobs are started as compile jobs
set -x
# Set VV empty in .travis.yml to make scripts terse
[ "${VV:-1}" ] && set -x
[ "$SET" != "test00" ] && exec ./travis/build.sh