From 4b65f063ed8e83adbcd2508c9344d69386796105 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Mon, 6 Apr 2020 08:24:24 +0300 Subject: [PATCH] tweak travis Signed-off-by: Jari Kolehmainen --- e2e/travis.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/e2e/travis.sh b/e2e/travis.sh index 4ac161268..f3ae2997e 100755 --- a/e2e/travis.sh +++ b/e2e/travis.sh @@ -47,6 +47,3 @@ bundle exec bin/pharos up -y -c cluster.yml echo "==> Test reset" bundle exec bin/pharos reset -y -c cluster.yml - -echo "==> Test up after reset" -bundle exec bin/pharos up -y -c cluster.yml