Fix bash ifs
This commit is contained in:
@@ -4,7 +4,7 @@ compiler:
|
||||
- clang
|
||||
|
||||
before_install:
|
||||
- if [TRAVIS_MCSERVER_BUILD_TYPE == "COVERAGE"] then sudo pip install cpp_coveralls fi
|
||||
- if [TRAVIS_MCSERVER_BUILD_TYPE == "COVERAGE"]; then sudo pip install cpp_coveralls; fi
|
||||
|
||||
# Build MCServer
|
||||
script: CIbuild.sh
|
||||
|
||||
Submodule MCServer/Plugins/Core updated: 5c8557d4fd...013a32a7fb
@@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [TRAVIS_MCSERVER_BUILD_TYPE == "COVERAGE"] then
|
||||
coveralls --exclude lib --exclude tests
|
||||
if [TRAVIS_MCSERVER_BUILD_TYPE == "COVERAGE"]
|
||||
then
|
||||
coveralls --exclude lib --exclude tests
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user