Skip to content
Snippets Groups Projects
Commit 49a3ffdd authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Remove unnecessary update-alternatives command

parent d6bfaf27
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment