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 03791b4 commit a67c9d0Copy full SHA for a67c9d0
.travis.yml
@@ -13,7 +13,7 @@ cache:
13
- $HOME/.cache/pip
14
before_install:
15
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" ]]; then
16
- openssl aes-256-cbc -K $encrypted_c9f9aedf26b7_key -iv $encrypted_c9f9aedf26b7_iv -in codesigning.asc.enc -out codesigning.asc -d
+ openssl aes-256-cbc -K $encrypted_c9f9aedf26b7_key -iv $encrypted_c9f9aedf26b7_iv -in codesigning.asc.enc -out codesigning.asc -d &&
17
gpg --import --batch codesigning.asc ; fi
18
before_script:
19
- yarn global add @conveyal/maven-semantic-release semantic-release
0 commit comments