mirror of
https://github.com/cheat/cheat.git
synced 2024-11-16 17:08:29 +01:00
15 lines
109 B
YAML
15 lines
109 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.14.x
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
env:
|
|
- GO111MODULE=on
|
|
|
|
install: true
|
|
|
|
script: make ci
|