Skip to content

Commit

Permalink
Merge pull request #65 from rhnvrm/travis-build-versions
Browse files Browse the repository at this point in the history
chore: update Go version for Travis CI
  • Loading branch information
knadh authored Feb 23, 2021
2 parents b860ead + 3f35775 commit 7bad171
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ os:
go:
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x
- 1.15.x
- 1.16.x

install: go get -v ./...
script: go test -v -cover ./...

0 comments on commit 7bad171

Please sign in to comment.