mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-18 04:54:36 +03:00
Temporarily disable linux/clang compiler on Travis (it's not compatible with libc++ provided by Travis)
This commit is contained in:
@@ -19,6 +19,8 @@ matrix:
|
||||
exclude:
|
||||
- os: osx
|
||||
compiler: gcc
|
||||
- os: linux
|
||||
compiler: clang # Clang requires standard library used by GCC 4.9+, which fails on Travis.
|
||||
|
||||
install:
|
||||
- |
|
||||
|
||||
Reference in New Issue
Block a user