mirror of https://github.com/PCSX2/pcsx2.git
ci: Remove clang from Travis CI builds
llvm's apt repo is currently switched off so the builds are erroring out. [skip ci]
This commit is contained in:
parent
538bb418ce
commit
5672d2b39e
|
@ -16,9 +16,6 @@ matrix:
|
|||
- env: VERSION=4.9 BITS=32
|
||||
compiler: gcc-4.9-32
|
||||
os: linux
|
||||
- env: VERSION=3.7 BITS=32
|
||||
compiler: clang-3.7-32
|
||||
os: linux
|
||||
- env: VERSION=4.9 BITS=64
|
||||
compiler: gcc-4.9-64
|
||||
os: linux
|
||||
|
|
Loading…
Reference in New Issue