From 2c7ce48859731021d155924331826aaf0b0245a1 Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Thu, 30 Jan 2020 20:08:11 -0500 Subject: [PATCH] chore: multi-os builds on travis Modifies `.travis.yml` to specify that builds be performed on both Linux and MacOSX. Experimental. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9aeb500..20c9b51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,10 @@ language: go go: - 1.13.x +os: + - linux + - osx + env: - GO111MODULE=on