This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 419fe56 [hotfix][travis] Fix convergence profile name
419fe56 is described below
commit 419fe569c17041522fa10c8ef72ad179e6501333
Author: Chesnay Schepler <[email protected]>
AuthorDate: Sat Apr 27 11:56:04 2019 +0200
[hotfix][travis] Fix convergence profile name
---
tools/travis_controller.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/travis_controller.sh b/tools/travis_controller.sh
index e3045e5..48206bd 100755
--- a/tools/travis_controller.sh
+++ b/tools/travis_controller.sh
@@ -91,7 +91,7 @@ EXIT_CODE=0
# Run actual compile&test steps
if [ $STAGE == "$STAGE_COMPILE" ]; then
- MVN="mvn clean install -nsu -Dflink.convergence.phase=install
-Dcheck-dependency-convergence -Dflink.forkCount=2
-Dflink.forkCountTestPackage=2 -Dmaven.javadoc.skip=true -B -DskipTests
$PROFILE"
+ MVN="mvn clean install -nsu -Dflink.convergence.phase=install
-Pcheck-convergence -Dflink.forkCount=2 -Dflink.forkCountTestPackage=2
-Dmaven.javadoc.skip=true -B -DskipTests $PROFILE"
$MVN
EXIT_CODE=$?