tests: no sauce tunnel on ALL test run
Speeds up tests and removes overheadpull/4098/head^2
parent
497704eb03
commit
3e78b79d9d
|
@ -12,9 +12,6 @@ install:
|
||||||
- "bin/installDeps.sh"
|
- "bin/installDeps.sh"
|
||||||
- "export GIT_HASH=$(git rev-parse --verify --short HEAD)"
|
- "export GIT_HASH=$(git rev-parse --verify --short HEAD)"
|
||||||
|
|
||||||
before_script:
|
|
||||||
- "tests/frontend/travis/sauce_tunnel.sh"
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- "tests/frontend/travis/runner.sh"
|
- "tests/frontend/travis/runner.sh"
|
||||||
|
|
||||||
|
@ -30,6 +27,7 @@ jobs:
|
||||||
- if: fork = false
|
- if: fork = false
|
||||||
name: "Test the Frontend"
|
name: "Test the Frontend"
|
||||||
install:
|
install:
|
||||||
|
- "tests/frontend/travis/sauce_tunnel.sh"
|
||||||
- "bin/installDeps.sh"
|
- "bin/installDeps.sh"
|
||||||
- "export GIT_HASH=$(git rev-parse --verify --short HEAD)"
|
- "export GIT_HASH=$(git rev-parse --verify --short HEAD)"
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue