Skip to content

Commit fcf7c53

Browse files
committed
fix openssl key generation
1 parent de1509d commit fcf7c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
- mongodb
1515

1616
before_install:
17-
- openssl aes-256-cbc -pass pass:$PGP_KEY_PASSWORD -in ./.ci/secring.gpg.enc -out ~/secring.gpg -d
17+
- openssl aes-256-cbc -pass pass:$PGP_KEY_PASSWORD -in ./.ci/secring.gpg.enc -out ~/secring.gpg -d -md md5
1818
- chmod a+x gradlew
1919
- chmod a+x ./.ci/build.sh
2020
- chmod a+x ./.ci/prepare-travis.sh

0 commit comments

Comments
 (0)