Compare commits
1 Commits
develop
...
dont-run-s
Author | SHA1 | Date |
---|---|---|
John McLear | 9aee92b342 |
|
@ -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"
|
||||||
|
|
||||||
|
@ -28,6 +25,7 @@ jobs:
|
||||||
- if: repo = ether/etherpad-lite
|
- if: repo = ether/etherpad-lite
|
||||||
- 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