mark2web/vendor/github.com/smartystreets/assertions/.travis.yml
Sebastian Frank a781485c0a
Some checks failed
continuous-integration/drone/push Build is failing
no git submodules
2022-02-28 10:28:34 +01:00

24 lines
244 B
YAML

dist: bionic
language: go
go:
- 1.x
env:
- GO111MODULE=on
script:
- make build
after_success:
- bash <(curl -s https://codecov.io/bash)
git:
depth: 1
cache:
directories:
- $HOME/.cache/go-build
- $HOME/gopath/pkg/mod