Commit 8ea0ee50 by Niels

clang 3.9.0 is not working yet

parent fa0299f0
...@@ -184,10 +184,6 @@ matrix: ...@@ -184,10 +184,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 #
##################### #####################
...@@ -202,7 +198,6 @@ cache: ...@@ -202,7 +198,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