summaryrefslogtreecommitdiffstats
path: root/uploadCoverage.sh
blob: 6ea5e481a1397445b15de09565212226fed7d8d1 (plain) (blame)
1
2
3
4
5
6
#!/usr/bin/env bash

if [$TRAVIS_MCSERVER_BUILD_TYPE == "COVERAGE"]
	then
	coveralls --exclude lib --exclude tests
fi