pan3793 commented on a change in pull request #1918:
URL: https://github.com/apache/incubator-kyuubi/pull/1918#discussion_r810770785
##########
File path: .travis.yml
##########
@@ -37,7 +47,7 @@ install:
- ./build/mvn --version
script:
- - ./build/mvn clean install -Dmaven.javadoc.skip=true -V
+ - ./build/mvn clean install -Dmaven.javadoc.skip=true -V -B -ntp
-Dorg.slf4j.simpleLogger.defaultLogLevel=warn
Review comment:
How about test compile on ARM64 first? Then we can enable test moudle by
moudle after fixing?
```suggestion
- export MVN_ARGS="-Dmaven.javadoc.skip=true -V -B -ntp
-Dorg.slf4j.simpleLogger.defaultLogLevel=warn"
- ./build/mvn clean install -DskipTests $MVN_ARGS
# - ./build/mvn test $MVN_ARGS
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]