fix for YAML file
This commit is contained in:
parent
79fd4dfbd8
commit
71af209ea9
1 changed files with 5 additions and 7 deletions
|
@ -236,9 +236,8 @@ install:
|
||||||
# build script #
|
# build script #
|
||||||
################
|
################
|
||||||
|
|
||||||
script:
|
script: |
|
||||||
- if [[ "${SPECIAL}" != "" ]]; then
|
if [[ "${SPECIAL}" != "" ]]; then
|
||||||
|
|
||||||
# show OS/compiler version
|
# show OS/compiler version
|
||||||
uname -a
|
uname -a
|
||||||
$CXX --version
|
$CXX --version
|
||||||
|
@ -256,7 +255,6 @@ script:
|
||||||
brew install nlohmann_json --HEAD ;
|
brew install nlohmann_json --HEAD ;
|
||||||
brew test nlohmann_json ;
|
brew test nlohmann_json ;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#language: cpp
|
#language: cpp
|
||||||
|
|
Loading…
Reference in a new issue