mark2web/vendor/github.com/smartystreets/assertions/.travis.yml

24 lines
244 B
YAML
Raw Normal View History

2022-02-28 10:28:34 +01:00
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