👷 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:
Niels Lohmann 2017-04-11 20:37:38 +02:00
parent 5bea6f383a
commit ef55626296
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

View file

@ -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 #
#####################