We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc87a03 + 7ea089b commit a6b4559Copy full SHA for a6b4559
.travis.yml
@@ -1,7 +1,7 @@
1
language: cpp
2
3
compiler:
4
- # - clang
+ - clang
5
- gcc
6
7
env:
@@ -13,8 +13,8 @@ env:
13
14
matrix:
15
exclude:
16
- # - compiler: gcc
17
- # env: TRAVIS_BUILD_TYPE=Debug CCACHE_DIR=$HOME/.ccache_debug
+ - compiler: gcc
+ env: TRAVIS_BUILD_TYPE=Debug CCACHE_DIR=$HOME/.ccache_debug
18
19
# use travis-ci docker based infrastructure
20
sudo: false
@@ -28,12 +28,12 @@ addons:
28
apt:
29
sources:
30
- kubuntu-backports
31
- # - llvm-toolchain-precise-3.5
+ - llvm-toolchain-precise-3.5
32
- ubuntu-toolchain-r-test
33
packages:
34
- autoconf
35
- ccache
36
- # - clang-3.5
+ - clang-3.5
37
- cmake
38
- g++-4.8
39
- gdb
0 commit comments