Don't start mcserver up in coverage builds
Starting the server up is not a test.
This commit is contained in:
parent
97dc7d8f66
commit
8bb8c2ca7d
@ -6,4 +6,6 @@ cmake . -DBUILD_TOOLS=1 -DSELF_TEST=1;
|
||||
make -j 2;
|
||||
make -j 2 test;
|
||||
cd MCServer/;
|
||||
echo stop | $MCSERVER_PATH;
|
||||
if [ "$TRAVIS_MCSERVER_BUILD_TYPE" != "COVERAGE" ]
|
||||
then echo stop | $MCSERVER_PATH;
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user