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