mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 21:05:10 +00:00
Do not run integration tests on i386
This commit is contained in:
parent
ae01af045d
commit
79f2bb200f
@ -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 New Issue
Block a user