Skip to content

Commit

Permalink
chore(bundlemon): add bundlemon run on master
Browse files Browse the repository at this point in the history
  • Loading branch information
trollepierre committed Mar 9, 2022
1 parent c3c6549 commit c1d2cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- yarn build:$COZY_APP_SLUG:browser
- echo -en 'travis_fold:end:build\\r'
- &downcloud-cert if [ "$TRAVIS_SECURE_ENV_VARS" != "false" ]; then eval "$(ssh-agent -s)" && chmod 600 /tmp/id_rsa_travis_downcloud && ssh-add /tmp/id_rsa_travis_downcloud; fi # Needs to be inlined and not in a script to work.
- if [ "${COZY_APP_SLUG}" == "drive" ] && [ "$TRAVIS_PULL_REQUEST" != "false" ]; then yarn bundlemon; fi
- if [ "${COZY_APP_SLUG}" == "drive" ]; then yarn bundlemon; fi
#- echo 'create and deploy' && echo -en 'travis_fold:start:createanddeploy\\r'
#- if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then ./scripts/create-deploy-test.sh; fi
#- echo -en 'travis_fold:end:createanddeploy\\r'
Expand Down

0 comments on commit c1d2cde

Please sign in to comment.