Skip to content
This repository has been archived by the owner on Jan 7, 2019. It is now read-only.

Commit

Permalink
[travis] Update hosted compiler to gcc-7.
Browse files Browse the repository at this point in the history
  • Loading branch information
salkinium committed Dec 19, 2017
1 parent c4ed672 commit 0ee51b7
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 @@ -14,12 +14,12 @@ addons:
- libsdl1.2-dev
- libsdl-image1.2-dev
- libgtkmm-2.4-dev
- g++-4.8
- g++-7
- libzmqpp-dev

before_install:
- export CC=gcc-4.8
- export CXX=g++-4.8
- export CC=gcc-7
- export CXX=g++-7
- ls -l $HOME/cache
- bash .travis.dep.sh
- export LD_LIBRARY_PATH="$HOME/toolchain/boost/lib:$LD_LIBRARY_PATH"
Expand Down

0 comments on commit 0ee51b7

Please sign in to comment.