1
0
Fork 0
cuberite-2a/uploadCoverage.sh

6 lines
117 B
Bash
Raw Normal View History

2014-05-10 12:03:36 +00:00
#!/usr/bin/env bash
if [TRAVIS_MCSERVER_BUILD_TYPE == "COVERAGE"] then
coveralls --exclude lib --exclude tests
fi