Commit 2dd76dc0 authored by Stefan Behnel's avatar Stefan Behnel

Fix travis script.

parent 2247cfb9
...@@ -98,7 +98,7 @@ before_install: ...@@ -98,7 +98,7 @@ before_install:
ln -s /usr/bin/gcc-6 $HOME/gcc-symlinks/gcc ln -s /usr/bin/gcc-6 $HOME/gcc-symlinks/gcc
ln -s /usr/bin/g++-6 $HOME/gcc-symlinks/g++ ln -s /usr/bin/g++-6 $HOME/gcc-symlinks/g++
if [ -n "$CC" ]; then "$CC" --version; else gcc --version; done if [ -n "$CC" ]; then "$CC" --version; else gcc --version; fi
fi fi
- | - |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment