mirror of
https://github.com/Fishwaldo/validator.git
synced 2025-07-11 07:38:20 +00:00
Update .travis.yml
This commit is contained in:
parent
0d657b4731
commit
ace513eddd
1 changed files with 1 additions and 1 deletions
|
@ -25,5 +25,5 @@ script:
|
||||||
- go test -v -race -covermode=atomic -coverprofile=coverage.coverprofile ./...
|
- go test -v -race -covermode=atomic -coverprofile=coverage.coverprofile ./...
|
||||||
|
|
||||||
after_success: |
|
after_success: |
|
||||||
[ $TRAVIS_GO_VERSION = 1.13.7 ] &&
|
[ $TRAVIS_GO_VERSION = 1.15.2 ] &&
|
||||||
goveralls -coverprofile=coverage.coverprofile -service travis-ci -repotoken $COVERALLS_TOKEN
|
goveralls -coverprofile=coverage.coverprofile -service travis-ci -repotoken $COVERALLS_TOKEN
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue