2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-02 09:00:50 +00:00

Do not run integration tests on i386

This commit is contained in:
Alexander Neumann 2015-06-21 17:32:19 +02:00
parent ae01af045d
commit 79f2bb200f

View File

@ -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)"