Don't package for release if we don't need to

This commit is contained in:
Asher
2019-08-20 19:44:32 -05:00
parent 534600c1ff
commit ccc4f87ada
2 changed files with 12 additions and 6 deletions

View File

@@ -18,6 +18,7 @@ matrix:
- VSCODE_VERSION="1.37.0" MAJOR_VERSION="2" VERSION="$MAJOR_VERSION.$TRAVIS_BUILD_NUMBER"
before_install:
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then export MINIFY="true"; fi
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then export PACKAGE="true"; fi
script:
- scripts/ci.bash
before_deploy: