Commit 71af209e authored by Niels's avatar Niels

fix for YAML file

parent 79fd4dfb
......@@ -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
......
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