Update .travis.yml

This commit is contained in:
thelsing 2020-10-29 20:24:35 +01:00 committed by GitHub
parent ca79c4ed35
commit ffa2eea65b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,14 +3,13 @@
# Test build for Linux platform
- language: cpp
os: linux
python:
- "3.8"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-7
- python3.7
env:
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
cache: