Skip to content

Commit

Permalink
Test against latest minor Go version in Travis CI
Browse files Browse the repository at this point in the history
Signed-off-by: Kostas Christidis <[email protected]>
  • Loading branch information
kchristidis committed Jun 1, 2020
1 parent 3515c6d commit 9c6bd05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ language: go

go:
- 1.9
- "1.10"
- tip
- 1.x
- tip

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

0 comments on commit 9c6bd05

Please sign in to comment.