Bump logrus to fix Solaris build. (#1373)

Bump to github.com/sirupsen/logrus@v1.4.2.

Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
Ben Kochie 2019-06-12 20:46:26 +02:00 committed by GitHub
commit 0759c0ac01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
90 changed files with 1943 additions and 535 deletions

View file

@ -5,16 +5,20 @@ git:
env:
- GO111MODULE=on
- GO111MODULE=off
go: [ 1.10.x, 1.11.x, 1.12.x ]
os: [ linux, osx, windows ]
go: [ 1.11.x, 1.12.x ]
os: [ linux, osx ]
matrix:
exclude:
- env: GO111MODULE=on
go: 1.10.x
- go: 1.12.x
env: GO111MODULE=off
- go: 1.11.x
os: osx
install:
- ./travis/install.sh
- if [[ "$GO111MODULE" == "on" ]]; then go mod download; fi
- if [[ "$GO111MODULE" == "off" ]]; then go get github.com/stretchr/testify/assert golang.org/x/sys/unix github.com/konsorten/go-windows-terminal-sequences; fi
script:
- ./travis/cross_build.sh
- export GOMAXPROCS=4
- export GORACE=halt_on_error=1
- go test -race -v ./...