Skip to content

Commit

Permalink
Enable all LLVM versions on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
margnus1 committed Oct 10, 2019
1 parent 1c582ca commit a1c6637
Showing 1 changed file with 20 additions and 22 deletions.
42 changes: 20 additions & 22 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,28 +35,26 @@ _bionic-clang-env-conf:

matrix:
include:
## Immer dependency is currently incompatible with libstdc++ on the
## following builds:
# - <<: *xenial
# env:
# - *xenial-clang-env
# - LLVM_VERSION=3.8.1 # default on Debian stretch - does NOT work yet
# - <<: *xenial
# env:
# - *xenial-clang-env
# - LLVM_VERSION=3.9.1
# - <<: *xenial
# env:
# - *xenial-clang-env
# - LLVM_VERSION=4.0.0
# - <<: *xenial
# env:
# - *xenial-clang-env
# - LLVM_VERSION=5.0.2
# - <<: *xenial
# env:
# - *xenial-clang-env
# - LLVM_VERSION=6.0.1
- <<: *xenial
env:
- *xenial-clang-env
- LLVM_VERSION=3.8.1 # default on Debian stretch - does NOT work yet
- <<: *xenial
env:
- *xenial-clang-env
- LLVM_VERSION=3.9.1
- <<: *xenial
env:
- *xenial-clang-env
- LLVM_VERSION=4.0.0
- <<: *xenial
env:
- *xenial-clang-env
- LLVM_VERSION=5.0.2
- <<: *xenial
env:
- *xenial-clang-env
- LLVM_VERSION=6.0.1
- <<: *bionic
env:
- *bionic-clang-env
Expand Down

0 comments on commit a1c6637

Please sign in to comment.