Skip to content

Commit

Permalink
Minimize the set of excluded jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Apr 18, 2020
1 parent 3646b5d commit 372b54b
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ env:
global:
- HOMEBREW_NO_AUTO_UPDATE=1 # workaround for #421
matrix:
- CHECK_CLANG_FORMAT=1
- DOCKER_BUILD=ubuntu-16.04
- DOCKER_BUILD=ubuntu-18.04
- DOCKER_BUILD=ubuntu-19.10
- LLVM_CONFIG=llvm-config-3.5 CLANG=clang-3.5
- LLVM_CONFIG=llvm-config-3.8 CLANG=clang-3.8
- LLVM_CONFIG=llvm-config-3.8 CLANG=clang-3.8 USE_CMAKE=1
Expand All @@ -33,34 +29,20 @@ env:
- LLVM_CONFIG=llvm-config-9 CLANG=clang-9 USE_CMAKE=1 STATIC_LLVM=0 STATIC_LUAJIT=0
- LLVM_CONFIG=llvm-config-9 CLANG=clang-9 USE_CMAKE=1 SLIB_INCLUDE_LLVM=0 SLIB_INCLUDE_LUAJIT=0 USE_CUDA=1

matrix:
exclude:
# Only need one copy of this test.
jobs:
include:
- os: linux
compiler: clang
env: CHECK_CLANG_FORMAT=1
- os: linux
compiler: clang
env: DOCKER_BUILD=ubuntu-16.04
- os: linux
compiler: clang
env: DOCKER_BUILD=ubuntu-18.04
- os: linux
compiler: clang
env: DOCKER_BUILD=ubuntu-19.10
exclude:
# Various macOS tests seem to be broken.
- os: osx
compiler: gcc
- os: osx
env: CHECK_CLANG_FORMAT=1
- os: osx
env: DOCKER_BUILD=ubuntu-16.04
- os: osx
env: DOCKER_BUILD=ubuntu-18.04
- os: osx
env: DOCKER_BUILD=ubuntu-19.10
- os: osx
env: LLVM_CONFIG=llvm-config-3.8 CLANG=clang-3.8
- os: osx
env: LLVM_CONFIG=llvm-config-5.0 CLANG=clang-5.0 USE_CMAKE=1
- os: osx
Expand Down

0 comments on commit 372b54b

Please sign in to comment.