summaryrefslogtreecommitdiffstats
path: root/uploadCoverage.sh
diff options
context:
space:
mode:
Diffstat (limited to 'uploadCoverage.sh')
-rwxr-xr-xuploadCoverage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/uploadCoverage.sh b/uploadCoverage.sh
index fc17ddc2c..761a0c941 100755
--- a/uploadCoverage.sh
+++ b/uploadCoverage.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-if [ "$TRAVIS_MCSERVER_BUILD_TYPE" == "COVERAGE" ]
+if [ "$TRAVIS_CUBERITE_BUILD_TYPE" == "COVERAGE" ]
then
find tests -type f -name '*.gcda' -exec sh -c 'cp {} $(dirname {})/../$(basename {})' \;
coveralls --exclude lib --exclude Android >/dev/null