Skip to content

Commit 450e888

Browse files
committed
Prepare for 3.28.0
1 parent 16fe95c commit 450e888

File tree

5 files changed

+232
-227
lines changed

5 files changed

+232
-227
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,13 @@ matrix:
1919
if: tag IS NOT present
2020
script:
2121
- bash ./scripts/keepSync.sh
22+
23+
install:
24+
- mkdir -p /tmp/willena/
25+
- openssl aes-256-cbc -K $encrypted_0e6f4e1fcef0_key -iv $encrypted_0e6f4e1fcef0_iv -in /home/travis/build/Willena/sqlite-jdbc-crypt/scripts/signKey.gpg.enc -out /tmp/willena/signKey.gpg -d
26+
- gpg --import /tmp/willena/signKey.gpg
27+
- rm /tmp/willena/signKey.gpg
2228
before_install:
23-
- openssl aes-256-cbc -K $encrypted_0e6f4e1fcef0_key -iv $encrypted_0e6f4e1fcef0_iv
24-
-in scripts/signKey.gpg.enc -out scripts/signKey.gpg -d
2529
- sudo apt-get update
2630
- sudo apt-get install -y xmlstarlet gnupg
2731
before_deploy:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=3.27.2
1+
version=3.28.0

0 commit comments

Comments
 (0)