Skip to content

Commit

Permalink
GCC-10 removed from Travis-CI.
Browse files Browse the repository at this point in the history
It seems that GCC-10 is not available for Ubuntu Xenial in Travis-CI.
  • Loading branch information
eao197 committed Nov 30, 2020
1 parent b78501a commit 0f261d1
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,6 @@ matrix:
env:
- MATRIX_EVAL="CXX_COMPILER=g++-9 C_COMPILER=gcc-9"

- os: linux
arch: amd64
compiler: gcc
addons:
apt:
sources: ['ubuntu-toolchain-r-test']
packages: ['g++-10']
env:
- MATRIX_EVAL="CXX_COMPILER=g++-10 C_COMPILER=gcc-10"

# clang on Linux
- os: linux
arch: amd64
Expand Down

0 comments on commit 0f261d1

Please sign in to comment.