Try to fix atom-ls test build script

This commit is contained in:
Kris De Volder
2017-08-03 10:37:51 -07:00
parent 13f35df81e
commit 14ad658377

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"