add style check for java and scala code

This commit is contained in:
CodingCat
2016-03-01 20:19:49 -05:00
parent 3b246c2420
commit 55e36893cd
30 changed files with 1252 additions and 583 deletions

View File

@@ -76,7 +76,6 @@ if [ ${TASK} == "java_test" ]; then
make jvm-packages
cd jvm-packages
./create_wrap.sh
cd xgboost4j
mvn clean install -DskipTests=true
mvn test
fi