1
0
Fork 0

Enabled output of individual tests.

This commit is contained in:
Mattes D 2015-03-18 14:10:30 +01:00
parent c41183d450
commit c807a64a59
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ cd src
lua CheckBasicStyle.lua
cd ..
make -j 2;
make -j 2 test;
make -j 2 test ARGS="-V";
cd MCServer/;
if [ "$TRAVIS_MCSERVER_BUILD_TYPE" != "COVERAGE" ]
then echo stop | $MCSERVER_PATH;