Skip to content

Commit

Permalink
GCC-9 added to travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
eao197 committed Dec 10, 2019
1 parent 16fee71 commit b4eb9db
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ common_sources: &all_sources
common_packages: &all_packages
- g++-7
- g++-8
- g++-9
- clang-6.0
- clang-7
- clang-8
Expand Down Expand Up @@ -57,6 +58,15 @@ matrix:
env:
- MATRIX_EVAL="CXX_COMPILER=g++-8 C_COMPILER=gcc-8"

- os: linux
compiler: gcc
addons:
apt:
sources: *all_sources
packages: *all_packages
env:
- MATRIX_EVAL="CXX_COMPILER=g++-9 C_COMPILER=gcc-9"

# Clang on Linux
- os: linux
compiler: clang
Expand Down

0 comments on commit b4eb9db

Please sign in to comment.