Skip to content

Commit

Permalink
👷 added Clang 3.9-5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Apr 11, 2017
1 parent 5bea6f3 commit ef55626
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
#####################
Expand Down

0 comments on commit ef55626

Please sign in to comment.