mirror of https://github.com/cheat/cheat.git
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:
parent
a3fe4f40bb
commit
2c7ce48859
|
@ -3,6 +3,10 @@ language: go
|
||||||
go:
|
go:
|
||||||
- 1.13.x
|
- 1.13.x
|
||||||
|
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
- osx
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- GO111MODULE=on
|
- GO111MODULE=on
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue