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 language: cpp
compiler: compiler:
- clang # - clang
- gcc - gcc
env: env:
...@@ -13,8 +13,8 @@ env: ...@@ -13,8 +13,8 @@ env:
matrix: matrix:
exclude: exclude:
- compiler: gcc # - compiler: gcc
env: TRAVIS_BUILD_TYPE=Debug CCACHE_DIR=$HOME/.ccache_debug # env: TRAVIS_BUILD_TYPE=Debug CCACHE_DIR=$HOME/.ccache_debug
# use travis-ci docker based infrastructure # use travis-ci docker based infrastructure
sudo: false sudo: false
...@@ -28,12 +28,12 @@ addons: ...@@ -28,12 +28,12 @@ addons:
apt: apt:
sources: sources:
- kubuntu-backports - kubuntu-backports
- llvm-toolchain-precise-3.5 # - llvm-toolchain-precise-3.5
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
packages: packages:
- autoconf - autoconf
- ccache - ccache
- clang-3.5 # - clang-3.5
- cmake - cmake
- g++-4.8 - g++-4.8
- gdb - 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