Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ addons:
- g++-6
packages: &core_build_clang_latest
- *core_build
- clang-3.4
- clang-3.9

matrix:
fast_finish: true
Expand All @@ -56,7 +56,7 @@ matrix:
- *core_build_clang_latest
sources:
- ubuntu-toolchain-r-test
# - llvm-toolchain-precise
- llvm-toolchain-precise
- os: linux
dist: trusty
compiler: gcc
Expand Down Expand Up @@ -202,7 +202,7 @@ before_install:
- if [ "$TRAVIS_OS_NAME" == "linux" -a \( "$TASK" = "compile" -o "$TASK" = "coverage" -o "$TASK" = "doxygen" \) -a "$CXX" = "g++" ]; then export CXX="ccache g++-6" CC="ccache gcc-6"; fi
- if [ "$TASK" = "coverity" -a "$CXX" = "g++" ]; then export CXX="ccache g++-4.9" CC="ccache gcc-4.9"; fi
#Use the latest clang if we're compiling with clang
# - if [ "$TRAVIS_OS_NAME" == "linux" -a "$CXX" = "clang++" ]; then export CXX="clang++-3.4" CC="clang-3.4"; fi
- if [ "$TRAVIS_OS_NAME" == "linux" -a "$CXX" = "clang++" ]; then export CXX="clang++-3.9" CC="clang-3.9"; fi
#Report the compiler version
- $CXX --version

Expand Down