This is an automated email from the ASF dual-hosted git repository.
bertty pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
The following commit(s) were added to refs/heads/main by this push:
new 18e5104 [RELEASE][PREPARATION] travis time out
18e5104 is described below
commit 18e5104920195be09fa92228b055bb5cf0d38045
Author: Bertty Contreras-Rojas <[email protected]>
AuthorDate: Tue Oct 12 03:34:33 2021 +0200
[RELEASE][PREPARATION] travis time out
Signed-off-by: bertty <[email protected]>
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 03323b3..ef86b2f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -87,7 +87,7 @@ before_script:
script:
#- jdk_switcher use openjdk8
#- mvn clean install -Pdistro,scala-11 "${mvn_opts[@]}" &> result.log
- - mvn clean install "${mvn_opts[@]}" &>> result.log
+ - mvn clean install "${mvn_opts[@]}" |& tee -a result.log | grep
--line-buffered --color=always "wayang"
#- mvn clean install -Pdistro,scala-13 "${mvn_opts[@]}" &>> result.log #
This is not working for now because of Spark and Flink not supporting Scala 2.13
- cat /home/travis/build/apache/incubator-wayang/target/rat.txt || echo
"file doesn't exist"
- tail -n 2000 result.log