forked from TrueCloudLab/restic
Ignore goverall errors
This commit is contained in:
parent
e071ca57d5
commit
cd5b788e48
1 changed files with 1 additions and 1 deletions
|
@ -36,6 +36,6 @@ script:
|
||||||
- make test-integration
|
- make test-integration
|
||||||
- GOARCH=386 make test-integration
|
- GOARCH=386 make test-integration
|
||||||
- make all.cov
|
- make all.cov
|
||||||
- goveralls -coverprofile=all.cov -service=travis-ci -repotoken "$COVERALLS_TOKEN"
|
- goveralls -coverprofile=all.cov -service=travis-ci -repotoken "$COVERALLS_TOKEN" || true
|
||||||
- gofmt -l *.go */*.go */*/*.go
|
- gofmt -l *.go */*.go */*/*.go
|
||||||
- test -z "$(gofmt -l *.go */*.go */*/*.go)"
|
- test -z "$(gofmt -l *.go */*.go */*/*.go)"
|
||||||
|
|
Loading…
Reference in a new issue