Skip to content

Commit

Permalink
Use GCC 8
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed May 23, 2019
1 parent 6e9fa0a commit 82bc3a1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ addons:
apt:
packages: libboost-all-dev

before_install:
# C++17
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq

install:
# C++17
- sudo apt-get install -qq g++-8
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-8 90
# GraphViz
- sudo apt-get install -qq graphviz

Expand Down

0 comments on commit 82bc3a1

Please sign in to comment.