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 58b7678 [hotfix][travis] Move gelly to tests
58b7678 is described below
commit 58b7678707b32d0626b839205fbdaf318b005364
Author: Chesnay Schepler <[email protected]>
AuthorDate: Mon Apr 29 08:26:31 2019 +0200
[hotfix][travis] Move gelly to tests
---
tools/travis/stage.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/travis/stage.sh b/tools/travis/stage.sh
index 4badbb9..090491a 100644
--- a/tools/travis/stage.sh
+++ b/tools/travis/stage.sh
@@ -47,9 +47,6 @@ MODULES_CORE_JDK9_EXCLUSIONS="\
MODULES_LIBRARIES="\
flink-libraries/flink-cep,\
flink-libraries/flink-cep-scala,\
-flink-libraries/flink-gelly,\
-flink-libraries/flink-gelly-scala,\
-flink-libraries/flink-gelly-examples,\
flink-table/flink-table-common,\
flink-table/flink-table-api-java,\
flink-table/flink-table-api-scala,\
@@ -119,6 +116,9 @@ MODULES_CONNECTORS_JDK9_EXCLUSIONS="\
!flink-connectors/flink-hbase"
MODULES_TESTS="\
+flink-libraries/flink-gelly,\
+flink-libraries/flink-gelly-scala,\
+flink-libraries/flink-gelly-examples,\
flink-tests"
if [[ ${PROFILE} == *"include-kinesis"* ]]; then