We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76146fe commit 61875dfCopy full SHA for 61875df
.travis.yml
@@ -7,8 +7,9 @@ script:
7
- sbt test
8
9
before_install:
10
-- openssl aes-256-cbc -K $encrypted_67a12a6ee84a_key -iv $encrypted_67a12a6ee84a_iv
11
- -in secring.gpg.enc -out secring.gpg -d
+- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then
+ openssl aes-256-cbc -K $encrypted_67a12a6ee84a_key -iv $encrypted_67a12a6ee84a_iv -in secring.gpg.enc -out secring.gpg -d;
12
+ fi
13
14
after_success:
15
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then
0 commit comments