Skip to content

Commit

Permalink
Add encrypted secret key for publication
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-ka committed Oct 13, 2019
1 parent 9ad844b commit e093e45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ jdk:

script: ./gradlew clean build

before_install:
- openssl aes-256-cbc -K $encrypted_7597489104ac_key -iv $encrypted_7597489104ac_iv -in secret-key.gpg.enc -out secret-key.gpg -d

after_success:
- bash <(curl -s https://codecov.io/bash)

Binary file added secret-key.gpg.enc
Binary file not shown.

0 comments on commit e093e45

Please sign in to comment.