mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: Print warn, error log only while packing
This commit is contained in:
parent
5e1e746d5b
commit
5cdd813e15
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ before_install:
|
|||
- ./dev/change_scala_version.sh $SCALA_VER
|
||||
|
||||
install:
|
||||
- mvn $BUILD_FLAG $PROFILE -B
|
||||
- mvn -Dorg.slf4j.simpleLogger.defaultLogLevel=warn $BUILD_FLAG $PROFILE -B
|
||||
|
||||
before_script:
|
||||
- travis_retry ./testing/downloadSpark.sh $SPARK_VER $HADOOP_VER
|
||||
|
|
|
|||
Loading…
Reference in a new issue