submodule: fix NULL correctness in renamed broken submodules
[gitweb.git] / ci / lib-travisci.sh
index 1efee55ef79cdcf2ca07135eed76073b91d91ff9..ceecc889caf9fc3af038ffa4179056291e90b704 100755 (executable)
@@ -97,8 +97,11 @@ fi
 export DEVELOPER=1
 export DEFAULT_TEST_TARGET=prove
 export GIT_PROVE_OPTS="--timer --jobs 3 --state=failed,slow,save"
-export GIT_TEST_OPTS="--verbose-log"
+export GIT_TEST_OPTS="--verbose-log -x"
 export GIT_TEST_CLONE_2GB=YesPlease
+if [ "$jobname" = linux-gcc ]; then
+       export CC=gcc-8
+fi
 
 case "$jobname" in
 linux-clang|linux-gcc)