Skip to content

Commit

Permalink
travis: drop Go 1.13 builders as it's not supported any more
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe committed Nov 9, 2020
1 parent 8167897 commit eb694ea
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,6 @@ jobs:
script:
- go run build/ci.go lint

- stage: build
os: linux
dist: xenial
go: 1.13.x
env:
- GO111MODULE=on
script:
- go run build/ci.go install
- go run build/ci.go test -coverage $TEST_PACKAGES

- stage: build
os: linux
dist: xenial
Expand Down

0 comments on commit eb694ea

Please sign in to comment.