annotate vendor/github.com/sirupsen/logrus/.travis.yml @ 68:4b79810863f6
draft
Ready to release 0.6.0
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author |
yakumo.izuru |
date |
Wed, 13 Sep 2023 10:49:50 +0000 |
parents |
787b5ee0289d |
children |
|
rev |
line source |
66
|
1 language: go
|
|
2 go_import_path: github.com/sirupsen/logrus
|
|
3 git:
|
|
4 depth: 1
|
|
5 env:
|
|
6 - GO111MODULE=on
|
|
7 go: 1.15.x
|
|
8 os: linux
|
|
9 install:
|
|
10 - ./travis/install.sh
|
|
11 script:
|
|
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
|