Skip to content

Commit

Permalink
.travis.yml: Update clang to version 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lipnitsk committed Jun 17, 2016
1 parent a570eb7 commit 79790e3
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,18 @@ dist: trusty

matrix:
include:
# Test clang-3.6
# TODO: clang 3.7+ packages from http://llvm.org/apt do not support sanitizers yet, see https://llvm.org/bugs/show_bug.cgi?id=22757
- env: CLANG_VERSION=3.6
# Test clang-3.8
- env: CLANG_VERSION=3.8
os: linux
addons:
apt:
packages:
- valgrind
- util-linux
- clang-3.6
- libclang-common-3.6-dev
- clang-3.8
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.6
- llvm-toolchain-precise-3.8

# Test default gcc
- env: GCC_VERSION=4.8
Expand Down

0 comments on commit 79790e3

Please sign in to comment.