Skip to content

Commit

Permalink
twitchtv#169 .travis.yml drop go 1.11.x and 1.12.x
Browse files Browse the repository at this point in the history
  • Loading branch information
alexplevako committed May 2, 2020
1 parent baeef49 commit 3840dc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
sudo: false
language: go
go:
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x
- tip
script:
- go install ./...
Expand Down

0 comments on commit 3840dc2

Please sign in to comment.