cheat/.travis.yml
2020-03-03 18:27:31 -05:00

16 lines
109 B
YAML

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