tests: no sauce tunnel on ALL test run

Speeds up tests and removes overhead
pull/4098/head^2
John McLear 2020-06-08 17:18:22 +01:00 committed by GitHub
parent 497704eb03
commit 3e78b79d9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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: