mirror of
https://github.com/matrix-construct/construct
synced 2025-01-15 09:06:50 +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']
|
packages: ['gcc-5', 'automake', 'autoconf', 'libtool', 'shtool', 'libsqlite3-dev']
|
||||||
env: COMPILER=gcc-5
|
env: COMPILER=gcc-5
|
||||||
|
|
||||||
- os: linux
|
# - os: linux
|
||||||
compiler: clang
|
# compiler: clang
|
||||||
addons:
|
# addons:
|
||||||
apt:
|
# apt:
|
||||||
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.7']
|
# sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.7']
|
||||||
packages: ['clang-3.7', 'automake', 'autoconf', 'libtool', 'shtool', 'libsqlite3-dev']
|
# packages: ['clang-3.7', 'automake', 'autoconf', 'libtool', 'shtool', 'libsqlite3-dev']
|
||||||
env: COMPILER=clang-3.7
|
# env: COMPILER=clang-3.7
|
||||||
|
|
||||||
- os: osx
|
- os: osx
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
|
Loading…
Reference in a new issue