From d341bc25ce7db46f8874df3b641aef6463f05e97 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sun, 3 Mar 2019 14:41:08 -0300 Subject: [PATCH] Revert "Try out Windows builds in Travis" This reverts commit fc34d6b56fc498f7d2010c69449613421c645d35. Unfortunately, something seems wrong with Windows build on Travis. And the output log is unhelpful to debug the problem. --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b5109b3c..398954bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,5 @@ language: go -os: - - linux - - windows - go: - 1.10.x - 1.11.x