mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-18 13:04: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:
|
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:
|
||||||
- |
|
- |
|
||||||
|
|||||||
Reference in New Issue
Block a user