Skip to content

Commit

Permalink
Disable clang-5 build for a while.
Browse files Browse the repository at this point in the history
  • Loading branch information
syoyo committed Dec 6, 2019
1 parent 1e6037e commit b435c39
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,17 @@ matrix:
env:
- MATRIX_EVAL="CC=clang-4.0 && CXX=clang++-4.0"

# works on Trusty
- os: linux
addons:
apt:
sources:
- llvm-toolchain-trusty-5.0
packages:
- clang-5.0
env:
- MATRIX_EVAL="CC=clang-5.0 && CXX=clang++-5.0"
# Disable for a while since Travis failed to install clang-5.0 for some reason
# # works on Trusty
# - os: linux
# addons:
# apt:
# sources:
# - llvm-toolchain-trusty-5.0
# packages:
# - clang-5.0
# env:
# - MATRIX_EVAL="CC=clang-5.0 && CXX=clang++-5.0"

before_install:
- eval "${MATRIX_EVAL}"
Expand Down

0 comments on commit b435c39

Please sign in to comment.