👷 added Clang 3.9-5.0
Taken from https://github.com/travis-ci/docs-travis-ci-com/pull/746/files.
This commit is contained in:
parent
5bea6f383a
commit
ef55626296
1 changed files with 21 additions and 0 deletions
21
.travis.yml
21
.travis.yml
|
@ -207,6 +207,27 @@ matrix:
|
|||
env: LLVM_VERSION=3.8.1
|
||||
compiler: clang
|
||||
|
||||
- os: linux
|
||||
addons:
|
||||
apt:
|
||||
sources: llvm-toolchain-trusty-3.9
|
||||
packages: clang-3.9
|
||||
env: COMPILER=clang++-3.9
|
||||
|
||||
- os: linux
|
||||
addons:
|
||||
apt:
|
||||
sources: llvm-toolchain-trusty-4.0
|
||||
packages: clang-4.0
|
||||
env: COMPILER=clang++-4.0
|
||||
|
||||
- os: linux
|
||||
addons:
|
||||
apt:
|
||||
sources: llvm-toolchain-trusty
|
||||
packages: clang-5.0
|
||||
env: COMPILER=clang++-5.0
|
||||
|
||||
#####################
|
||||
# installation step #
|
||||
#####################
|
||||
|
|
Loading…
Reference in a new issue