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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7d91e46  [hotfix] fix travis configuration
7d91e46 is described below

commit 7d91e46a746ac1c04f373dbe2b045870d9723225
Author: Seth Wiesman <[email protected]>
AuthorDate: Mon Nov 9 08:37:28 2020 -0600

    [hotfix] fix travis configuration
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 44bfd3c..dc21432 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,7 +30,7 @@ jobs:
       jdk: "openjdk11"
       script: mvn clean install -Prun-e2e-tests
       name: build - jdk11
-    - if: type = (pull_request, push) 
+    - if: type in (pull_request, push) 
       script: ./tools/ci/docs.sh
       language: ruby
       rvm: 2.4.0

Reply via email to