From 32a3f08dde457d98fcd73b0e3cffc189ddb5ed71 Mon Sep 17 00:00:00 2001 From: NotZippy Date: Thu, 18 Oct 2018 08:05:15 -0700 Subject: [PATCH] Allow windows to fail on travis since to address a bug on current master --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e42f9ad..e7110b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,3 +66,4 @@ script: matrix: allow_failures: - go: tip + - os: windows