Disable GCC-10 for Travis Linux builds; it appears not to be available yet.

This commit is contained in:
Zach Laine
2020-07-10 00:40:26 -05:00
parent 6d31433af0
commit 077bc83a8a

View File

@@ -77,16 +77,16 @@ matrix:
sources:
- ubuntu-toolchain-r-test
- env: GCC_VERSION=10 ASAN=off
os: linux
compiler: gcc-10
addons: &gcc10
apt:
packages:
- g++-10
- valgrind
sources:
- ubuntu-toolchain-r-test
# - env: GCC_VERSION=10 ASAN=off
# os: linux
# compiler: gcc-10
# addons: &gcc10
# apt:
# packages:
# - g++-10
# - valgrind
# sources:
# - ubuntu-toolchain-r-test
install:
- export CHECKOUT_PATH=`pwd`;