We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a134d commit 1927645Copy full SHA for 1927645
scripts/travis/install.sh
@@ -4,8 +4,8 @@ set -e -v
4
# install packages
5
npm install
6
7
-# install code-push
8
-if [[ $IOS || $ANDROID ]]; then
+# install code-push, if we're going to use it
+if [[ ( $IOS || $ANDROID ) && $run_deploy == 1 ]]; then
9
npm install -g code-push-cli@latest
10
code-push login --accessKey "$CODEPUSH_TOKEN"
11
fi
0 commit comments