mirror of
https://github.com/nlohmann/json
synced 2025-01-13 02:40:06 +00:00
fix for YAML file
This commit is contained in:
parent
79fd4dfbd8
commit
71af209ea9
@ -236,9 +236,8 @@ install:
|
||||
# build script #
|
||||
################
|
||||
|
||||
script:
|
||||
- if [[ "${SPECIAL}" != "" ]]; then
|
||||
|
||||
script: |
|
||||
if [[ "${SPECIAL}" != "" ]]; then
|
||||
# show OS/compiler version
|
||||
uname -a
|
||||
$CXX --version
|
||||
@ -256,7 +255,6 @@ script:
|
||||
brew install nlohmann_json --HEAD ;
|
||||
brew test nlohmann_json ;
|
||||
fi
|
||||
|
||||
fi
|
||||
|
||||
#language: cpp
|
||||
|
Loading…
Reference in New Issue
Block a user