Skip to content

Commit eb694ea

Browse files
committed
travis: drop Go 1.13 builders as it's not supported any more
1 parent 8167897 commit eb694ea

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.travis.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,6 @@ jobs:
2424
script:
2525
- go run build/ci.go lint
2626

27-
- stage: build
28-
os: linux
29-
dist: xenial
30-
go: 1.13.x
31-
env:
32-
- GO111MODULE=on
33-
script:
34-
- go run build/ci.go install
35-
- go run build/ci.go test -coverage $TEST_PACKAGES
36-
3727
- stage: build
3828
os: linux
3929
dist: xenial

0 commit comments

Comments
 (0)