Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Travis CI: Downgrade GCC to version 6
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Aug 23, 2018
1 parent 3d6afbb commit 27c6324
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ before_install: |
if [ "$TRAVIS_OS_NAME" = linux ]; then
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt-get -q update
sudo apt-get -qy install g++-7
sudo apt-get -qy install g++-6
scripts/install_cmake.sh
. scripts/install-cuda-ubuntu1604.sh
pyenv global 3.6
pip install --user requests gitpython
export CC=gcc-7
export CXX=g++-7
export CC=gcc-6
export CXX=g++-6
elif [ "$TRAVIS_OS_NAME" == "osx" ]; then
HOMEBREW_NO_AUTO_UPDATE=1 brew install -q python3
pip3 install -q requests gitpython
Expand Down

0 comments on commit 27c6324

Please sign in to comment.