summaryrefslogblamecommitdiffstats
path: root/uploadCoverage.sh
blob: 177401de3798f4143d18769be1696c437303b0da (plain) (tree)
1
2
3
4
5
6

                   
                                                

                                               
  
#!/usr/bin/env bash

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