Commit d1b799e5 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Temporarily disable the clang build on travis-CI

since we were installing it from the LLVM APT repo, which they
took down since it was getting too expensive.  I guess we can
just run with the gcc build until that situation gets resolved.
parent e37660ef
language: cpp
compiler:
- clang
# - clang
- gcc
env:
......@@ -13,8 +13,8 @@ env:
matrix:
exclude:
- compiler: gcc
env: TRAVIS_BUILD_TYPE=Debug CCACHE_DIR=$HOME/.ccache_debug
# - compiler: gcc
# env: TRAVIS_BUILD_TYPE=Debug CCACHE_DIR=$HOME/.ccache_debug
# use travis-ci docker based infrastructure
sudo: false
......@@ -28,12 +28,12 @@ addons:
apt:
sources:
- kubuntu-backports
- llvm-toolchain-precise-3.5
# - llvm-toolchain-precise-3.5
- ubuntu-toolchain-r-test
packages:
- autoconf
- ccache
- clang-3.5
# - clang-3.5
- cmake
- g++-4.8
- gdb
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment