2014-03-26 17:20:36 +04:00
|
|
|
language: go
|
2018-11-26 01:15:12 +03:00
|
|
|
go_import_path: github.com/sirupsen/logrus
|
2019-03-28 22:14:38 +03:00
|
|
|
git:
|
|
|
|
depth: 1
|
2017-05-15 13:45:16 +03:00
|
|
|
env:
|
2019-03-28 22:14:38 +03:00
|
|
|
- GO111MODULE=on
|
2020-11-06 15:26:15 +03:00
|
|
|
go: 1.15.x
|
|
|
|
os: linux
|
2019-03-28 22:14:38 +03:00
|
|
|
install:
|
2019-05-18 11:27:12 +03:00
|
|
|
- ./travis/install.sh
|
2019-03-28 22:14:38 +03:00
|
|
|
script:
|
2021-02-19 14:44:32 +03:00
|
|
|
- cd ci
|
|
|
|
- go run mage.go -v -w ../ crossBuild
|
|
|
|
- go run mage.go -v -w ../ lint
|
|
|
|
- go run mage.go -v -w ../ test
|