summaryrefslogtreecommitdiff
path: root/vendor/github.com/sirupsen/logrus/.travis.yml
blob: e6ee8b3ab3778fb430ee8c13b5230552efb2a7c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: go
go_import_path: github.com/sirupsen/logrus
git:
  depth: 1
env:
  - GO111MODULE=on
go: 1.15.x
os: linux
install:
  - ./travis/install.sh
script:
  - go run mage.go -v crossBuild
  - go run mage.go lint
  - go run mage.go test