tests: Travis conditional only run frontend tests if it's not a fork. (#4097)

pull/4021/head
John McLear 2020-06-08 13:51:57 +01:00 committed by GitHub
parent 8f8a949155
commit 5e887c02a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -25,8 +25,10 @@ env:
jobs:
include:
- if: repo = ether/etherpad-lite
- name: "Test the Frontend"
# we can only frontend tests from the ether/ organization and not from forks.
# To request tests to be run ask a maintainer to fork your repo to ether/
- if: fork = false
name: "Test the Frontend"
install:
- "bin/installDeps.sh"
- "export GIT_HASH=$(git rev-parse --verify --short HEAD)"