summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xCIbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/CIbuild.sh b/CIbuild.sh
index 5d95f88a6..6e54187ac 100755
--- a/CIbuild.sh
+++ b/CIbuild.sh
@@ -7,6 +7,7 @@ export MCSERVER_BUILD_ID=$TRAVIS_JOB_NUMBER
export MCSERVER_BUILD_DATETIME=`date`
cmake . -DBUILD_TOOLS=1 -DSELF_TEST=1;
+lua src/CheckBasicStyle.lua
make -j 2;
make -j 2 test;
cd MCServer/;