Make the -x option conditionnal for all travis scripts.
This commit is contained in:
committed by
Laurent Rineau
parent
c45d2fa1e7
commit
5bb6622eab
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user