Skip to content

Commit

Permalink
👷 Travis is very picky
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Apr 11, 2017
1 parent ef55626 commit 42b4cdd
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,26 +207,26 @@ 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
# - 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 42b4cdd

Please sign in to comment.