Try to fix atom-ls test build script

This commit is contained in:
Kris De Volder
2017-08-03 10:55:17 -07:00
parent 14ad658377
commit 621e16d3a7

View File

@@ -11,5 +11,5 @@ else
echo "!!!This may slow down the build!!!"
fi
cd $sources
cd ${sources}
./mvnw test -DargLine="-Dlsp.lazy.completions.disable=true -Dlsp.completions.indentation.enable=true -Dlsp.yaml.completions.errors.disable=true"