Skip to content

Commit

Permalink
Merge pull request sirupsen#1103 from sirupsen/fix-go114
Browse files Browse the repository at this point in the history
fix logrus for go 1.14
  • Loading branch information
markphelps committed Mar 22, 2020
2 parents 1962519 + 6a48e94 commit 1bd0ea1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Expand Up @@ -4,13 +4,8 @@ git:
depth: 1
env:
- GO111MODULE=on
- GO111MODULE=off
go: [1.12.x, 1.13.x]
go: [1.13.x, 1.14.x]
os: [linux, osx]
matrix:
exclude:
- go: 1.13.x
env: GO111MODULE=off ## Modules are the default now.
install:
- ./travis/install.sh
script:
Expand Down

0 comments on commit 1bd0ea1

Please sign in to comment.