1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-16 00:00:05 +01:00

wait for integration tests

This commit is contained in:
Chapuis Bertil 2015-08-26 10:53:29 +02:00
parent b188217e83
commit 9d01482ed2

View file

@ -26,7 +26,7 @@ install:
- go env
script:
- go run run_integration_tests.go
- travis_wait go run run_integration_tests.go
after_success:
- goveralls -coverprofile=all.cov -service=travis-ci -repotoken "$COVERALLS_TOKEN" || true