Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

Commit c4bc5fe

Browse files
authored
Update .travis.yml
1 parent 9256fa3 commit c4bc5fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ after_success:
99
- chmod +x ".travis/public-deploy.sh"
1010
- ".travis/public-deploy.sh"
1111
before_install:
12-
- openssl aes-256-cbc -K $encrypted_bcbda17145e7_key -iv $encrypted_bcbda17145e7_iv
13-
-in .travis/deploy.key.enc -out .travis/deploy.key -d
12+
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then openssl aes-256-cbc -K $encrypted_bcbda17145e7_key -iv $encrypted_bcbda17145e7_iv
13+
-in .travis/deploy.key.enc -out .travis/deploy.key -d; fi'

0 commit comments

Comments
 (0)