travis-ci: don't try to decrypt updates key for PRs

experimental
Kirill Vainer 10 years ago
parent 3ad3623084
commit e552fb1101
  1. 3
      .travis.yml

@ -43,8 +43,7 @@ deploy:
before_install: before_install:
- git fetch --unshallow - git fetch --unshallow
- openssl aes-256-cbc -K $encrypted_a1949b55824a_key -iv $encrypted_a1949b55824a_iv - "[ $TRAVIS_PULL_REQUEST == 'false' ] && openssl aes-256-cbc -K $encrypted_a1949b55824a_key -iv $encrypted_a1949b55824a_iv -in private/www-updater.key.enc -out private/www-updater.key -d || :"
-in private/www-updater.key.enc -out private/www-updater.key -d
# before_install: # before_install:
# required libs for android build tools # required libs for android build tools

Loading…
Cancel
Save