Skip to content
This repository was archived by the owner on Feb 28, 2019. It is now read-only.

Commit 0386772

Browse files
committed
Add key required to publish artifact to Maven Central
1 parent d8e4808 commit 0386772

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ jdk:
44
sudo: false
55
rvm:
66
- 2.3.1
7+
before_install:
8+
- openssl aes-256-cbc -K $encrypted_b94deb0a83fd_key -iv $encrypted_b94deb0a83fd_iv
9+
-in etc/secrets -out ../secrets.tar -d
10+
- "(cd ../ && tar xvf secrets.tar)"
11+
- chmod 600 ../release.asc
12+
- gpg --import ../release.asc
713
install:
814
- rvm use 2.3.1
915
- gem install bundler

etc/secrets

12.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)