Build distribution ZIP on fx60 branch

This commit is contained in:
Dan Stillman 2019-08-27 19:46:25 -04:00
parent 8a95ce34d8
commit 2a613258e0

View file

@ -30,7 +30,7 @@ before_script:
- npm i
- npm run build
- if [[ $TRAVIS_REPO_SLUG = "zotero/zotero" &&
($TRAVIS_BRANCH = "master" || $TRAVIS_BRANCH = *-hotfix) &&
($TRAVIS_BRANCH = "master" || $TRAVIS_BRANCH = *-hotfix || $TRAVIS_BRANCH = "fx60") &&
$TRAVIS_PULL_REQUEST = "false" ]]; then
mkdir build-zip;
cd build;