Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zbjornson committed Jan 5, 2019
1 parent 5f1a6b8 commit e76076e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ addons:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
- g++-4.8-multilib
- g++-5
- g++-5-multilib
- gcc-multilib

# Build matrix
Expand Down Expand Up @@ -49,8 +49,8 @@ before_install:
export PATH=`pwd`/$X86_FILE/bin:$PATH;
fi;
# use g++-4.8 on Linux
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then export CXX=g++-4.8; fi
# use g++-5 on Linux
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then export CXX=g++-5; fi
- $CXX --version

# print versions
Expand Down

0 comments on commit e76076e

Please sign in to comment.