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 33ee6a9 commit 79fda21Copy full SHA for 79fda21
.travis.yml
@@ -16,4 +16,5 @@ notifications:
16
after_success:
17
- openssl aes-256-cbc -pass pass:$ENCRYPT_PASSWORD -in $GPG_DIR/pubring.gpg.enc -out $GPG_DIR/pubring.gpg -d
18
- openssl aes-256-cbc -pass pass:$ENCRYPT_PASSWORD -in $GPG_DIR/secring.gpg.enc -out $GPG_DIR/secring.gpg -d
19
+- chmod +x "$GPG_DIR/publish.sh"
20
- "$GPG_DIR/publish.sh"
0 commit comments