diff options
author | Mattes D <github@xoft.cz> | 2019-12-28 12:53:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-28 12:53:37 +0100 |
commit | cc72b204b2bfcf720d6520783290c3fd30a01ea2 (patch) | |
tree | bf0d2f686b4bd45390392788e9e642384fba3d6f /CIbuild.sh | |
parent | WebAdmin improvements (#4433) (diff) | |
download | cuberite-cc72b204b2bfcf720d6520783290c3fd30a01ea2.tar cuberite-cc72b204b2bfcf720d6520783290c3fd30a01ea2.tar.gz cuberite-cc72b204b2bfcf720d6520783290c3fd30a01ea2.tar.bz2 cuberite-cc72b204b2bfcf720d6520783290c3fd30a01ea2.tar.lz cuberite-cc72b204b2bfcf720d6520783290c3fd30a01ea2.tar.xz cuberite-cc72b204b2bfcf720d6520783290c3fd30a01ea2.tar.zst cuberite-cc72b204b2bfcf720d6520783290c3fd30a01ea2.zip |
Diffstat (limited to 'CIbuild.sh')
-rwxr-xr-x | CIbuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CIbuild.sh b/CIbuild.sh index 9f2145624..b4163f0a8 100755 --- a/CIbuild.sh +++ b/CIbuild.sh @@ -24,7 +24,7 @@ echo "Testing..." cd Server/; touch apiCheckFailed.flag if [ "$TRAVIS_CUBERITE_BUILD_TYPE" != "COVERAGE" ]; then - ${CUBERITE_PATH} <<- EOF + ./Cuberite <<- EOF load APIDump apicheck restart |