mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 06:03:34 +01:00
tests: no sauce tunnel on ALL test run
Speeds up tests and removes overhead
This commit is contained in:
parent
497704eb03
commit
3e78b79d9d
1 changed files with 1 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue