2019-06-06 09:21:20 -05:00

16 lines
119 B
YAML

language: go
go:
- "1.12"
env:
- GO111MODULE=on
script: make test
git:
depth: 1
notifications:
email: false