Commit 1538c112 authored by rusty1s's avatar rusty1s
Browse files

gcc

parent 05758e70
......@@ -2,6 +2,7 @@
if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
sudo add-apt-repository ppa:ubuntu-toolchain-r/test --yes
sudo apt update
sudo apt install gcc-7 g++-7 --yes
export CC=gcc-7
export CXX=g++-7
......
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