Commit 7ea089b0 authored by Marius Wachtler's avatar Marius Wachtler

Revert "Temporarily disable the clang build on travis-CI"

This reverts commit d1b799e5.
parent cc87a036
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