Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Bump Go versions. (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi authored and lavalamp committed Jan 23, 2020
1 parent db92cf7 commit 967ac50
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
language: go

go:
- 1.4
- 1.3
- 1.2
- tip

install:
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
- 1.11.x
- 1.12.x
- 1.13.x
- master

script:
- go test -cover

0 comments on commit 967ac50

Please sign in to comment.