Unverified Commit 1f47b6b6 by Dominic Hamon Committed by GitHub

Remove travis configs that are covered by actions (#1145)

parent 0852c79f
...@@ -11,10 +11,6 @@ matrix: ...@@ -11,10 +11,6 @@ matrix:
- lcov - lcov
env: COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Coverage env: COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Coverage
- compiler: gcc - compiler: gcc
env: COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Debug
- compiler: gcc
env: COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Release
- compiler: gcc
addons: addons:
apt: apt:
packages: packages:
...@@ -44,10 +40,6 @@ matrix: ...@@ -44,10 +40,6 @@ matrix:
- COMPILER=g++-6 C_COMPILER=gcc-6 BUILD_TYPE=Debug - COMPILER=g++-6 C_COMPILER=gcc-6 BUILD_TYPE=Debug
- ENABLE_SANITIZER=1 - ENABLE_SANITIZER=1
- EXTRA_FLAGS="-fno-omit-frame-pointer -g -O2 -fsanitize=undefined,address -fuse-ld=gold" - EXTRA_FLAGS="-fno-omit-frame-pointer -g -O2 -fsanitize=undefined,address -fuse-ld=gold"
- compiler: clang
env: COMPILER=clang++ C_COMPILER=clang BUILD_TYPE=Debug
- compiler: clang
env: COMPILER=clang++ C_COMPILER=clang BUILD_TYPE=Release
# Clang w/ libc++ # Clang w/ libc++
- compiler: clang - compiler: clang
dist: xenial dist: xenial
...@@ -150,25 +142,10 @@ matrix: ...@@ -150,25 +142,10 @@ matrix:
osx_image: xcode8.3 osx_image: xcode8.3
compiler: clang compiler: clang
env: env:
- COMPILER=clang++ BUILD_TYPE=Debug
- os: osx
osx_image: xcode8.3
compiler: clang
env:
- COMPILER=clang++ BUILD_TYPE=Release
- os: osx
osx_image: xcode8.3
compiler: clang
env:
- COMPILER=clang++ - COMPILER=clang++
- BUILD_TYPE=Release - BUILD_TYPE=Release
- BUILD_32_BITS=ON - BUILD_32_BITS=ON
- EXTRA_FLAGS="-m32" - EXTRA_FLAGS="-m32"
- os: osx
osx_image: xcode9.4
compiler: gcc
env:
- COMPILER=g++-7 C_COMPILER=gcc-7 BUILD_TYPE=Debug
before_script: before_script:
- if [ -n "${LIBCXX_BUILD}" ]; then - if [ -n "${LIBCXX_BUILD}" ]; then
......
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