1
0
cuberite-2a/uploadCoverage.sh
2014-05-10 13:17:09 +01:00

7 lines
120 B
Bash
Executable File

#!/usr/bin/env bash
if [ $TRAVIS_MCSERVER_BUILD_TYPE == "COVERAGE" ]
then
coveralls --exclude lib --exclude tests
fi