Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Ensures that JS is uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Jun 21, 2018
1 parent ae60e45 commit 40e9dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -17,7 +17,7 @@ matrix:
# Upload latest PR commit to S3
- test ! $TRAVIS_PULL_REQUEST == "false" && scripts/deploy_commit.sh
# Upload merges to master to apphub
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" -z $APP_HUB_SECRET ]; then scripts/deploy_master.sh; fi
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then scripts/deploy_master.sh; fi

cache:
yarn: true
Expand Down

0 comments on commit 40e9dbd

Please sign in to comment.