Skip to content

Commit

Permalink
add gcc 8 c++17 release build
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldreik authored and vitaut committed May 29, 2019
1 parent 3cf12d7 commit ad360a6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ matrix:
- ubuntu-toolchain-r-test
packages:
- g++-8
- env: COMPILER=g++-8 BUILD=Release STANDARD=17
compiler: gcc
addons:
apt:
update: true
sources:
- ubuntu-toolchain-r-test
packages:
- g++-8

# Apple clang on OS X with C++14
- env: BUILD=Debug STANDARD=14
Expand Down

0 comments on commit ad360a6

Please sign in to comment.