travis: disable build with clang, because of llvm.org overloaded

This commit is contained in:
Evgeniy A. Dushistov
2016-06-02 18:40:06 +03:00
parent 326c456d2f
commit 4921f2837a

View File

@@ -22,18 +22,18 @@ matrix:
- g++-4.8
- cmake
- libglib2.0-dev
- env: COMPILER_VERSION=3.5
os: linux
compiler: clang++
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.5
packages:
- clang-3.5
- cmake
- libglib2.0-dev
# - env: COMPILER_VERSION=3.5
# os: linux
# compiler: clang++
# addons:
# apt:
# sources:
# - ubuntu-toolchain-r-test
# - llvm-toolchain-precise-3.5
# packages:
# - clang-3.5
# - cmake
# - libglib2.0-dev
before_script: