mirror of
https://github.com/cheat/cheat.git
synced 2024-11-17 01:18:29 +01:00
2c7ce48859
Modifies `.travis.yml` to specify that builds be performed on both Linux and MacOSX. Experimental.
15 lines
109 B
YAML
15 lines
109 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.13.x
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
env:
|
|
- GO111MODULE=on
|
|
|
|
install: true
|
|
|
|
script: make ci
|