Commit a6b4559d authored by Marius Wachtler's avatar Marius Wachtler Committed by GitHub

Merge pull request #1266 from undingen/reenable_llvm_build

enable the clang travis CI build again
parents cc87a036 7ea089b0
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