1
0
mirror of https://github.com/restic/restic.git synced 2024-06-25 07:47:44 +02:00

Travis: Also test build program

This commit is contained in:
Alexander Neumann 2015-06-24 20:16:31 +02:00
parent f2dea829b4
commit 6a1ac67ec3

View File

@ -31,6 +31,7 @@ install:
script:
- gox -verbose -os "${GOX_OS}" -tags "release" ./cmd/restic
- gox -verbose -os "${GOX_OS}" -tags "debug" ./cmd/restic
- go run build.go
- 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