From ffa2eea65bf43be546871a5b03bd9922c327d65c Mon Sep 17 00:00:00 2001 From: thelsing Date: Thu, 29 Oct 2020 20:24:35 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d85f931..a4a9889 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: