cheat/.travis.yml
Chris Lane 2c7ce48859 chore: multi-os builds on travis
Modifies `.travis.yml` to specify that builds be performed on both Linux
and MacOSX. Experimental.
2020-01-30 20:08:11 -05:00

16 lines
109 B
YAML

language: go
go:
- 1.13.x
os:
- linux
- osx
env:
- GO111MODULE=on
install: true
script: make ci