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

rskraba pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new 307c8f8  AVRO-2847: Deactivate windows OS test on Travis (#939)
307c8f8 is described below

commit 307c8f85f3733dce4e22f83232094172084d8e62
Author: RyanSkraba <[email protected]>
AuthorDate: Thu Aug 6 18:09:16 2020 +0200

    AVRO-2847: Deactivate windows OS test on Travis (#939)
---
 .travis.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 9df38fb..4cd0cc4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,8 +32,9 @@ matrix:
     env:
       JAVA=11
 
-  - os: windows
-    language: bash
+# TODO(AVRO-2847): Travis Windows/C# build is sometimes flaky
+#  - os: windows
+#    language: bash
 
 before_install: "if [ -x ./.travis/before_install.sh   ] ; then 
./.travis/before_install.sh ; fi"
 install:        "if [ -x ./.travis/install.sh          ] ; then 
./.travis/install.sh        ; fi"

Reply via email to