Unverified Commit 7560cacb authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update .travis.yml

parent 3cd9bcda
...@@ -6,10 +6,10 @@ sudo: required ...@@ -6,10 +6,10 @@ sudo: required
language: cpp language: cpp
# gcc t # gcc t
addons: &gcc6 addons: &gcc48
apt: apt:
packages: packages:
- g++-6 - g++-4.8
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
...@@ -45,14 +45,14 @@ addons: &clang10 ...@@ -45,14 +45,14 @@ addons: &clang10
matrix: matrix:
include: include:
# Test gcc-4.8: C++11, Build=Debug/Release # Test gcc-4.8: C++11, Build=Debug/Release
- env: GCC_VERSION=6 BUILD_TYPE=Debug CPP=11 - env: GCC_VERSION=4.8 BUILD_TYPE=Debug CPP=11
os: linux os: linux
addons: *gcc6 addons: *gcc48
- env: GCC_VERSION=6 BUILD_TYPE=Release CPP=11 - env: GCC_VERSION=4.8 BUILD_TYPE=Release CPP=11
os: linux os: linux
addons: *gcc6 addons: *gcc48
# Test gcc-7: C++11, Build=Debug/Release
- env: GCC_VERSION=7 BUILD_TYPE=Release CPP=11 - env: GCC_VERSION=7 BUILD_TYPE=Release CPP=11
os: linux os: linux
addons: *gcc7 addons: *gcc7
...@@ -81,7 +81,7 @@ matrix: ...@@ -81,7 +81,7 @@ matrix:
dist: bionic dist: bionic
addons: *clang10 addons: *clang10
# Test clang-10.0: C++11, Build=Debug/Release # Test clang-10.0: C++17, Build=Debug/Release
- env: CLANG_VERSION=10 BUILD_TYPE=Release CPP=17 ASAN=Off - env: CLANG_VERSION=10 BUILD_TYPE=Release CPP=17 ASAN=Off
os: linux os: linux
dist: bionic dist: bionic
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment