Fixed missing Dollar signs
This commit is contained in:
parent
b66b1e5b10
commit
5be9bac448
@ -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,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
if [TRAVIS_MCSERVER_BUILD_TYPE == "COVERAGE"]
|
if [$TRAVIS_MCSERVER_BUILD_TYPE == "COVERAGE"]
|
||||||
then
|
then
|
||||||
coveralls --exclude lib --exclude tests
|
coveralls --exclude lib --exclude tests
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user