workgroups/vendor/github.com/dghubble/sling/.travis.yml
Marvin Preuss 1d4ae27878
All checks were successful
continuous-integration/drone/push Build is passing
ci: drone yaml with reusable anchors
2021-09-24 17:34:17 +02:00

13 lines
168 B
YAML

language: go
go:
- "1.10.x"
- "1.11.x"
- "1.12.x"
install:
- go get golang.org/x/lint/golint
- go get -v -t .
script:
- make
notifications:
email: change