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 de1509d commit fcf7c53Copy full SHA for fcf7c53
.travis.yml
@@ -14,7 +14,7 @@ services:
14
- mongodb
15
16
before_install:
17
- - openssl aes-256-cbc -pass pass:$PGP_KEY_PASSWORD -in ./.ci/secring.gpg.enc -out ~/secring.gpg -d
+ - openssl aes-256-cbc -pass pass:$PGP_KEY_PASSWORD -in ./.ci/secring.gpg.enc -out ~/secring.gpg -d -md md5
18
- chmod a+x gradlew
19
- chmod a+x ./.ci/build.sh
20
- chmod a+x ./.ci/prepare-travis.sh
0 commit comments