ignore travis' OS internal problems

This commit is contained in:
filux 2017-06-29 23:51:09 +02:00
parent a719f29758
commit f0774f00f2
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,6 @@ if [ "$Compiler_version" != "" ] && [ "$Compiler_version" != "default" ]; then
fi
fi
fi
set -e
if [ "$VersionAvByDefault" = "" ]; then
# UPDATE REPOS
@ -55,6 +54,7 @@ if [ "$VersionAvByDefault" = "" ]; then
#sudo apt-get upgrade -qq # UPGRADE SYSTEM TO LATEST PATCH LEVEL
sudo apt-get install -y -qq
fi
set -e
if [ "$Compiler_version" != "" ] && [ "$Compiler_version" != "default" ]; then
if [ "$Compiler_name" = "gcc" ]; then