cheat/.travis.yml

16 lines
109 B
YAML

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