robocar-throttle/vendor/github.com/sirupsen/logrus/.travis.yml

16 lines
276 B
YAML
Raw Normal View History

2020-01-01 18:36:22 +00:00
language: go
2020-03-01 18:44:59 +00:00
go_import_path: github.com/sirupsen/logrus
git:
depth: 1
2020-01-01 18:36:22 +00:00
env:
2020-03-01 18:44:59 +00:00
- GO111MODULE=on
go: 1.15.x
os: linux
2020-03-01 18:44:59 +00:00
install:
- ./travis/install.sh
script:
- cd ci
- go run mage.go -v -w ../ crossBuild
- go run mage.go -v -w ../ lint
- go run mage.go -v -w ../ test