Commit 2477b09c authored by Niels Lohmann's avatar Niels Lohmann

🐛 Clang 3.9.0 seems to not work right now

parent f860f323
...@@ -188,10 +188,6 @@ matrix: ...@@ -188,10 +188,6 @@ matrix:
env: LLVM_VERSION=3.8.1 env: LLVM_VERSION=3.8.1
compiler: clang compiler: clang
- os: linux
env: LLVM_VERSION=3.9.0
compiler: clang
##################### #####################
# installation step # # installation step #
##################### #####################
...@@ -206,7 +202,6 @@ cache: ...@@ -206,7 +202,6 @@ cache:
- ${TRAVIS_BUILD_DIR}/deps/llvm-3.7.1 - ${TRAVIS_BUILD_DIR}/deps/llvm-3.7.1
- ${TRAVIS_BUILD_DIR}/deps/llvm-3.8.0 - ${TRAVIS_BUILD_DIR}/deps/llvm-3.8.0
- ${TRAVIS_BUILD_DIR}/deps/llvm-3.8.1 - ${TRAVIS_BUILD_DIR}/deps/llvm-3.8.1
- ${TRAVIS_BUILD_DIR}/deps/llvm-3.9.0
install: install:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment