view 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
line wrap: on
line source

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:
  - cd ci
  - go run mage.go -v -w ../ crossBuild
  - go run mage.go -v -w ../ lint
  - go run mage.go -v -w ../ test