1
0

Update module imdario/mergo to v0.3.9 (#238)

Update module imdario/mergo to v0.3.9

Reviewed-on: https://kolaente.dev/vikunja/api/pulls/238
This commit is contained in:
renovate
2020-04-07 16:05:10 +00:00
committed by konrad
parent 026d3dc80d
commit 746a443660
7 changed files with 198 additions and 98 deletions

View File

@ -4,4 +4,6 @@ install:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
script:
- go test -race -v ./...
after_script:
- $HOME/gopath/bin/goveralls -service=travis-ci -repotoken $COVERALLS_TOKEN