logrus/.travis.yml

15 lines
245 B
YAML
Raw Normal View History

2014-03-26 17:20:36 +04:00
language: go
go_import_path: github.com/sirupsen/logrus
git:
depth: 1
2017-05-15 13:45:16 +03:00
env:
- GO111MODULE=on
2020-11-06 15:26:15 +03:00
go: 1.15.x
os: linux
install:
- ./travis/install.sh
script:
- go run mage.go -v crossBuild
- go run mage.go -v lint
- go run mage.go -v test