Factor out Travis 'install' sections for use with GitHub Actions (#7988)

This commit is contained in:
mehrdadn
2020-04-15 08:10:22 -07:00
committed by GitHub
parent 428516056a
commit ba00c29b67
21 changed files with 519 additions and 384 deletions
+1 -1
View File
@@ -46,5 +46,5 @@ popd
pushd $ROOT_DIR
echo "Testing maven install."
mvn -Dorg.slf4j.simpleLogger.defaultLogLevel=WARN clean install -DskipTests
mvn -Dorg.slf4j.simpleLogger.defaultLogLevel=WARN --no-transfer-progress clean install -DskipTests
popd