We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c68441b + 8a19420 commit 175275dCopy full SHA for 175275d
.travis.yml
@@ -1,6 +1,6 @@
1
language: go
2
go:
3
- - 1.13.4
+ - 1.13.7
4
- tip
5
matrix:
6
allow_failures:
@@ -25,5 +25,5 @@ script:
25
- go test -v -race -covermode=atomic -coverprofile=coverage.coverprofile ./...
26
27
after_success: |
28
- [ $TRAVIS_GO_VERSION = 1.13.4 ] &&
+ [ $TRAVIS_GO_VERSION = 1.13.7 ] &&
29
goveralls -coverprofile=coverage.coverprofile -service travis-ci -repotoken $COVERALLS_TOKEN
0 commit comments