Fix bash ifs
This commit is contained in:
parent
d478e3cfb1
commit
604ed439a8
@ -4,7 +4,7 @@ compiler:
|
|||||||
- clang
|
- clang
|
||||||
|
|
||||||
before_install:
|
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
|
# Build MCServer
|
||||||
script: CIbuild.sh
|
script: CIbuild.sh
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 5c8557d4fdfa580c100510cde07a1a778ea2e244
|
Subproject commit 013a32a7fb3c8a6cfe0aef892d4c7394d4e1be59
|
@ -1,5 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
if [TRAVIS_MCSERVER_BUILD_TYPE == "COVERAGE"] then
|
if [TRAVIS_MCSERVER_BUILD_TYPE == "COVERAGE"]
|
||||||
|
then
|
||||||
coveralls --exclude lib --exclude tests
|
coveralls --exclude lib --exclude tests
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user