From 00a4eb769ca8cc6b823c2cb7c2710ffd8a667629 Mon Sep 17 00:00:00 2001 From: makeworld Date: Wed, 2 Sep 2020 17:24:51 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Multiple=20OS=20testing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4806d8a..d254903 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,11 @@ go: - "1.14" - "1.15" +os: + - linux + - osx + - windows + script: - go test -race ./... - make