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.
1 parent 05f0cff commit 8a2a572Copy full SHA for 8a2a572
.travis.yml
@@ -23,4 +23,5 @@ script:
23
- go test -v -race -covermode=atomic -coverprofile=coverage.coverprofile ./...
24
25
after_success: |
26
+ [ $TRAVIS_GO_VERSION = 1.13.4 ] &&
27
goveralls -coverprofile=coverage.coverprofile -service travis-ci -repotoken $COVERALLS_TOKEN
0 commit comments