Temporarily disable linux/clang compiler on Travis (it's not compatible with libc++ provided by Travis)

This commit is contained in:
kobalicek
2017-11-07 10:03:09 +01:00
parent 4f66bee8b2
commit 29d72cc627

View File

@@ -19,6 +19,8 @@ matrix:
exclude: exclude:
- os: osx - os: osx
compiler: gcc compiler: gcc
- os: linux
compiler: clang # Clang requires standard library used by GCC 4.9+, which fails on Travis.
install: install:
- | - |