Make the -x option conditionnal for all travis scripts.

This commit is contained in:
Maxime Gimeno
2018-05-23 15:29:58 +02:00
committed by Laurent Rineau
parent c45d2fa1e7
commit 5bb6622eab
3 changed files with 3 additions and 3 deletions
@@ -1,6 +1,6 @@
#This script must be called from the CGAL root.
set -e
set -x
[ -n "$CGAL_DEBUG_TRAVIS" ] && set -x
while test $# -gt 0
do
case "$1" in