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