Update .travis.yml

This commit is contained in:
Gabi Melman 2021-06-26 23:18:22 +03:00 committed by GitHub
parent 385246730d
commit 4548573a75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ language: cpp
addons: &gcc5 addons: &gcc5
apt: apt:
packages: packages:
- g++-5.0 - g++-5
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
@ -47,11 +47,11 @@ matrix:
# Test gcc-4.8: C++11, Build=Debug/Release # Test gcc-4.8: C++11, Build=Debug/Release
- env: GCC_VERSION=4.8 BUILD_TYPE=Debug CPP=11 - env: GCC_VERSION=4.8 BUILD_TYPE=Debug CPP=11
os: linux os: linux
addons: *gcc48 addons: *gcc5
- env: GCC_VERSION=4.8 BUILD_TYPE=Release CPP=11 - env: GCC_VERSION=4.8 BUILD_TYPE=Release CPP=11
os: linux os: linux
addons: *gcc48 addons: *gcc5
- env: GCC_VERSION=7 BUILD_TYPE=Release CPP=11 - env: GCC_VERSION=7 BUILD_TYPE=Release CPP=11
os: linux os: linux