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 # Test build for Linux platform
- language: cpp - language: cpp
os: linux os: linux
python:
- "3.8"
addons: addons:
apt: apt:
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
packages: packages:
- g++-7 - g++-7
- python3.7
env: env:
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7" - MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
cache: cache: