Skip to content

Commit a6b4559

Browse files
authored
Merge pull request #1266 from undingen/reenable_llvm_build
enable the clang travis CI build again
2 parents cc87a03 + 7ea089b commit a6b4559

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: cpp
22

33
compiler:
4-
# - clang
4+
- clang
55
- gcc
66

77
env:
@@ -13,8 +13,8 @@ env:
1313

1414
matrix:
1515
exclude:
16-
# - compiler: gcc
17-
# env: TRAVIS_BUILD_TYPE=Debug CCACHE_DIR=$HOME/.ccache_debug
16+
- compiler: gcc
17+
env: TRAVIS_BUILD_TYPE=Debug CCACHE_DIR=$HOME/.ccache_debug
1818

1919
# use travis-ci docker based infrastructure
2020
sudo: false
@@ -28,12 +28,12 @@ addons:
2828
apt:
2929
sources:
3030
- kubuntu-backports
31-
# - llvm-toolchain-precise-3.5
31+
- llvm-toolchain-precise-3.5
3232
- ubuntu-toolchain-r-test
3333
packages:
3434
- autoconf
3535
- ccache
36-
# - clang-3.5
36+
- clang-3.5
3737
- cmake
3838
- g++-4.8
3939
- gdb

0 commit comments

Comments
 (0)