mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 14:56:29 +00:00
Fix travis test
This commit is contained in:
parent
d5020ac109
commit
c6db8eb19c
@ -30,7 +30,7 @@ install:
|
||||
|
||||
script:
|
||||
- gox -verbose -os "${GOX_OS}" -tags "release" ./cmd/restic
|
||||
- gox -verbose -os "${GOX_OS}" -tags "debug" ./cmd/restic.debug
|
||||
- gox -verbose -os "${GOX_OS}" -tags "debug" ./cmd/restic
|
||||
- go run run_tests.go all.cov
|
||||
- GOARCH=386 RESTIC_TEST_INTEGRATION=0 go test ./...
|
||||
- goveralls -coverprofile=all.cov -service=travis-ci -repotoken "$COVERALLS_TOKEN" || true
|
||||
|
Loading…
Reference in New Issue
Block a user