Commit 05758e70 authored by rusty1s's avatar rusty1s
Browse files

default yes

parent f2510bfb
#!/bin/bash #!/bin/bash
if [ "${TRAVIS_OS_NAME}" = "linux" ]; then if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
sudo add-apt-repository ppa:ubuntu-toolchain-r/test sudo add-apt-repository ppa:ubuntu-toolchain-r/test --yes
sudo apt install gcc-7 g++-7 --yes sudo apt install gcc-7 g++-7 --yes
export CC=gcc-7 export CC=gcc-7
export CXX=g++-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