.travis.yml: We were building on an OS from 2014 (trusty). Update to more...

.travis.yml: We were building on an OS from 2014 (trusty). Update to more recent that Travis CI supports, 18.04 (Bionic)...
parent 75def657
language: cpp
dist: trusty
dist: bionic
sudo: true
branches:
......@@ -72,6 +72,18 @@ 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