Fix travis test

This commit is contained in:
Alexander Neumann 2015-06-24 20:29:47 +02:00
parent d5020ac109
commit c6db8eb19c
1 changed files with 1 additions and 1 deletions

View File

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