From 38b2362a312ed09017f3a6c4ea0294a4773f0d5a Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Mon, 17 Apr 2017 18:51:37 +0200 Subject: [PATCH] Don't run binary twice Signed-off-by: Vincent Demeester --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f8fc3063e..314c30052 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,6 @@ install: - make pull-images before_script: - make validate - - make binary script: travis_retry make test-unit && travis_retry make test-integration after_failure: - docker ps