From 49a3ffddc13482902b73312a4a6d2e62dddaef64 Mon Sep 17 00:00:00 2001
From: Konstantinos Sideris <sideris.konstantin@gmail.com>
Date: Sat, 15 Sep 2018 21:56:12 +0300
Subject: [PATCH] Remove unnecessary update-alternatives command

---
 .ci/script.sh | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.ci/script.sh b/.ci/script.sh
index 9f6a5e7b6..5f9f5259d 100755
--- a/.ci/script.sh
+++ b/.ci/script.sh
@@ -3,9 +3,6 @@
 set -ex
 
 if [ $TRAVIS_OS_NAME == linux ]; then
-    sudo update-alternatives --remove-all gcc
-    sudo update-alternatives --remove-all g++
-
     export CXX=${CXX_VERSION}
     export CC=${CC_VERSION}
 
-- 
GitLab