aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml15
1 files changed, 6 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 3fd0017..ee014ef 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,7 @@
-language: c++
+language: cpp
+dist: focal
-matrix:
+jobs:
include:
- env: CONF=""
os: osx
@@ -10,20 +11,16 @@ matrix:
- env: CONF=""
os: linux
arch: amd64
- dist: bionic
- sudo: required
compiler: gcc
addons: &linuxaddons
apt:
- sources: &sources
- - sourceline: 'ppa:ubuntu-toolchain-r/test'
packages: &packages
- libzmq3-dev
- libzmq5
- libfdk-aac-dev
- automake
- libtool
- - g++-9
+ - g++-10
before_install:
- |
@@ -38,8 +35,8 @@ script:
- |
./bootstrap
if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then
- export CC=gcc-9
- export CXX=g++-9
+ export CC=gcc-10
+ export CXX=g++-10
fi
./configure $CONF
make