Skip to content

Commit

Permalink
travis: test with newer Go
Browse files Browse the repository at this point in the history
`go vet` objected to newer Printf directives
  • Loading branch information
philpennock committed Jun 14, 2020
1 parent 854cfc9 commit 2529690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -7,9 +7,9 @@ sudo: false
matrix:
fast_finish: true
include:
- go: 1.10.x
- go: 1.14.x
env: UPLOAD_COVERAGE=true
- go: 1.9.x
- go: 1.13.x

branches:
except:
Expand Down

0 comments on commit 2529690

Please sign in to comment.