Skip to content

Commit f43770c

Browse files
Updated authorizations keys in travis
1 parent 140bfa4 commit f43770c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ cache:
99
directories:
1010
- $HOME/.m2/repository
1111
before_install:
12+
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && openssl aes-256-cbc -K $encrypted_a973fe4f8e79_key -iv $encrypted_a973fe4f8e79_iv -in config.properties.enc -out src/test/resources/config.properties -d || true'
1213
- pip install --user codecov
13-
- openssl aes-256-cbc -K $encrypted_a973fe4f8e79_key -iv $encrypted_a973fe4f8e79_iv
14-
-in config.properties.enc -out src/test/resources/config.properties -d
1514
notifications:
1615
email: false
1716
env:

config.properties.enc

32 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)