chore: multi-os builds on travis

Modifies `.travis.yml` to specify that builds be performed on both Linux
and MacOSX. Experimental.
This commit is contained in:
Chris Lane 2020-01-30 20:08:11 -05:00
parent a3fe4f40bb
commit 2c7ce48859
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@ language: go
go:
- 1.13.x
os:
- linux
- osx
env:
- GO111MODULE=on