mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 00:34:18 +01:00
travis: turn off clang on linux for now
This commit is contained in:
parent
12de082e2c
commit
528d6e43af
1 changed files with 7 additions and 7 deletions
14
.travis.yml
14
.travis.yml
|
@ -32,13 +32,13 @@ matrix:
|
|||
packages: ['gcc-5', 'automake', 'autoconf', 'libtool', 'shtool', 'libsqlite3-dev']
|
||||
env: COMPILER=gcc-5
|
||||
|
||||
- os: linux
|
||||
compiler: clang
|
||||
addons:
|
||||
apt:
|
||||
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.7']
|
||||
packages: ['clang-3.7', 'automake', 'autoconf', 'libtool', 'shtool', 'libsqlite3-dev']
|
||||
env: COMPILER=clang-3.7
|
||||
# - os: linux
|
||||
# compiler: clang
|
||||
# addons:
|
||||
# apt:
|
||||
# sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.7']
|
||||
# packages: ['clang-3.7', 'automake', 'autoconf', 'libtool', 'shtool', 'libsqlite3-dev']
|
||||
# env: COMPILER=clang-3.7
|
||||
|
||||
- os: osx
|
||||
compiler: clang
|
||||
|
|
Loading…
Reference in a new issue