Skip to content

Commit

Permalink
Merge pull request sirupsen#1053 from sirupsen/travis_rm_go111
Browse files Browse the repository at this point in the history
remove go1.11.x from travis build matrix
  • Loading branch information
dgsb authored Oct 25, 2019
2 parents d5d4df1 + 88d4430 commit 12176f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ git:
env:
- GO111MODULE=on
- GO111MODULE=off
go: [1.11.x, 1.12.x, 1.13.x]
go: [1.12.x, 1.13.x]
os: [linux, osx]
matrix:
exclude:
Expand Down

0 comments on commit 12176f2

Please sign in to comment.