This is an automated email from the ASF dual-hosted git repository.

nkruber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-training.git

commit f5630bee7dad6801fff359be02b7a93530509104
Author: Nico Kruber <n...@ververica.com>
AuthorDate: Wed Sep 1 10:28:46 2021 +0200

    [hotfix][CI] also verify tests with Scala disabled (default)
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index cc4e815..a1c252d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ jdk:
   - openjdk11
 
 script:
+  - ./gradlew build --scan --stacktrace -Porg.gradle.project.enable_scala=false
   - ./gradlew build --scan --stacktrace -Porg.gradle.project.enable_scala=true
 
 before_cache:

Reply via email to