forked from TrueCloudLab/restic
Do not run integration tests on i386
This commit is contained in:
parent
ae01af045d
commit
79f2bb200f
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ install:
|
|||
script:
|
||||
- gox -verbose -os "${GOX_OS}" -tags "release" ./cmd/restic
|
||||
- go run run_tests.go all.cov
|
||||
- GOARCH=386 go test ./...
|
||||
- GOARCH=386 RESTIC_TEST_INTEGRATION=0 go test ./...
|
||||
- goveralls -coverprofile=all.cov -service=travis-ci -repotoken "$COVERALLS_TOKEN" || true
|
||||
- gofmt -l *.go */*.go */*/*.go
|
||||
- test -z "$(gofmt -l *.go */*.go */*/*.go)"
|
||||
|
|
Loading…
Reference in a new issue