Fix travis

This commit is contained in:
Nanosonde 2020-11-08 17:47:19 +01:00
parent acd7be4f9e
commit 3d49802074

View File

@ -2,6 +2,7 @@
include: include:
# Test build for Linux platform # Test build for Linux platform
- language: cpp - language: cpp
dist: focal
os: linux os: linux
addons: addons:
apt: apt:
@ -9,7 +10,7 @@
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
packages: packages:
- g++-7 - g++-7
- python3.7 - python3.8
env: env:
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7" - MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
cache: cache: