blob: c1dbd5a3a3e2879914d5f42ad7db0570756c7f46 [file] [log] [blame]
Abhay Kumara61c5222025-11-10 07:32:50 +00001language: go
2go_import_path: github.com/sirupsen/logrus
3git:
4 depth: 1
5env:
6 - GO111MODULE=on
7go: 1.15.x
8os: linux
9install:
10 - ./travis/install.sh
11script:
12 - cd ci
13 - go run mage.go -v -w ../ crossBuild
14 - go run mage.go -v -w ../ lint
15 - go run mage.go -v -w ../ test