Skip to content

Commit

Permalink
Disable go 1.11 builds on travis (#1311)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ibrahim Jarif authored Apr 21, 2020
1 parent 8760a50 commit 8e7d070
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: go

go:
- "1.11"
- "1.12"
- "1.13"
- tip
Expand All @@ -19,10 +18,8 @@ jobs:
allow_failures:
- go: tip
exclude:
# Exclude builds for 386 architecture on go 1.11, 1.12 and tip
# Exclude builds for 386 architecture on 1.12 and tip
# Since we don't want it to run for 32 bit
- go: "1.11"
env: GOARCH=386
- go: "1.12"
env: GOARCH=386
- go: tip
Expand Down

0 comments on commit 8e7d070

Please sign in to comment.