mirror of
https://github.com/boostorg/stl_interfaces.git
synced 2026-01-19 04:42:12 +00:00
Disable GCC-10 for Travis Linux builds; it appears not to be available yet.
This commit is contained in:
20
.travis.yml
20
.travis.yml
@@ -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`;
|
||||
|
||||
Reference in New Issue
Block a user