2018-08-06 12:47:05 -07:00
|
|
|
language: go
|
2019-01-31 08:06:36 -08:00
|
|
|
go_import_path: github.com/sirupsen/logrus
|
2019-06-16 14:33:25 -07:00
|
|
|
git:
|
|
|
|
depth: 1
|
2018-08-06 12:47:05 -07:00
|
|
|
env:
|
2019-06-16 14:33:25 -07:00
|
|
|
- GO111MODULE=on
|
2021-03-20 14:40:23 -07:00
|
|
|
go: 1.15.x
|
|
|
|
os: linux
|
2019-06-16 14:33:25 -07:00
|
|
|
install:
|
|
|
|
- ./travis/install.sh
|
|
|
|
script:
|
2021-04-03 10:16:46 -07:00
|
|
|
- cd ci
|
|
|
|
- go run mage.go -v -w ../ crossBuild
|
|
|
|
- go run mage.go -v -w ../ lint
|
|
|
|
- go run mage.go -v -w ../ test
|