.travis.yml: Bionic (18.04) doesn't ship g++-9. Unfortunately, although Bionic...

.travis.yml: Bionic (18.04) doesn't ship g++-9. Unfortunately, although Bionic is old, it's the most recent that Travis CI supports...
parent feaa6e87
......@@ -72,18 +72,6 @@ matrix:
sources: ['ubuntu-toolchain-r-test']
packages: ['apport', 'g++-8', 'libssl-dev', 'libcurl4-openssl-dev', 'gdb', 'lcov', 'cppcheck']
- os: linux
compiler: gcc
env:
- COMPILER=g++-9
- COV_TOOL=gcov-9
- COV_TOOL_ARGS=
addons:
apt:
sources: ['ubuntu-toolchain-r-test']
packages: ['apport', 'g++-9', 'libssl-dev', 'libcurl4-openssl-dev', 'gdb', 'lcov', 'cppcheck']
install:
- DEPS_DIR="${TRAVIS_BUILD_DIR}/deps"
- mkdir -p ${DEPS_DIR} && cd ${DEPS_DIR}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment