Skip to content

Commit

Permalink
remove go1.11.x from travis build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
David Bariod committed Oct 25, 2019
1 parent d5d4df1 commit 88d4430
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 88d4430

Please sign in to comment.