From 3e78b79d9d4fd897f521f0f8642685fc1c08dd24 Mon Sep 17 00:00:00 2001 From: John McLear Date: Mon, 8 Jun 2020 17:18:22 +0100 Subject: [PATCH] tests: no sauce tunnel on ALL test run Speeds up tests and removes overhead --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ca4cc6f1e..c86be1933 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,9 +12,6 @@ install: - "bin/installDeps.sh" - "export GIT_HASH=$(git rev-parse --verify --short HEAD)" -before_script: - - "tests/frontend/travis/sauce_tunnel.sh" - script: - "tests/frontend/travis/runner.sh" @@ -30,6 +27,7 @@ jobs: - if: fork = false name: "Test the Frontend" install: + - "tests/frontend/travis/sauce_tunnel.sh" - "bin/installDeps.sh" - "export GIT_HASH=$(git rev-parse --verify --short HEAD)" script: