Skip to content

Commit

Permalink
Add GCC 9.x to the Travis CI matrix.
Browse files Browse the repository at this point in the history
Change-Id: I5f7e3ea5fdd23ff181f8d1037e86f7578d21ab0b
Reviewed-on: https://code-review.googlesource.com/c/re2/+/41350
Reviewed-by: Paul Wankadia <junyer@google.com>
  • Loading branch information
junyer committed May 22, 2019
1 parent cd23be7 commit 0c95bcc
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 @@ -61,6 +61,15 @@ matrix:
- g++-8
env:
- MATRIX_EVAL="CC=gcc-8 CXX=g++-8"
- os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-9
env:
- MATRIX_EVAL="CC=gcc-9 CXX=g++-9"

- os: linux
addons:
Expand Down

0 comments on commit 0c95bcc

Please sign in to comment.