From 2cf3f4e1a84bad715a5635e2626f51d129ed4ca2 Mon Sep 17 00:00:00 2001 From: Cameron Moore Date: Thu, 19 Sep 2019 08:42:33 -0500 Subject: [PATCH] Add Windows to Travis CI --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 518627a..4df32e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,11 +9,15 @@ go: os: - linux - osx + - windows matrix: fast_finish: true allow_failures: - go: tip + exclude: + - os: windows + go: tip install: - go get -d -v -t ./...