mirror of
https://github.com/nlohmann/json.git
synced 2026-04-29 11:19:25 +00:00
clang 3.9.0 needs a newer cmake
This commit is contained in:
@@ -187,6 +187,10 @@ matrix:
|
|||||||
- os: linux
|
- os: linux
|
||||||
env: LLVM_VERSION=3.9.0
|
env: LLVM_VERSION=3.9.0
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources: ['ubuntu-toolchain-r-test']
|
||||||
|
packages: cmake
|
||||||
|
|
||||||
#####################
|
#####################
|
||||||
# installation step #
|
# installation step #
|
||||||
@@ -202,6 +206,7 @@ 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:
|
||||||
|
|||||||
Reference in New Issue
Block a user