cheat/.travis.yml

12 lines
86 B
YAML

language: go
go:
- 1.13.x
env:
- GO111MODULE=on
install: true
script: make ci