From 9d01482ed2b88ff0615c5f900df5153155354265 Mon Sep 17 00:00:00 2001 From: Chapuis Bertil Date: Wed, 26 Aug 2015 10:53:29 +0200 Subject: [PATCH] wait for integration tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0b3c191cd..1f8cb6d25 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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