Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dickerpulli committed Jul 9, 2018
1 parent 5306ac7 commit eefec03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -18,8 +18,8 @@ cache:
- $HOME/.m2

before_install:
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then openssl aes-256-cbc -K $encrypted_b6c74d7f8e86_key -iv $encrypted_b6c74d7f8e86_iv -in codesigning.asc.enc -out codesigning.asc -d; fi
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then gpg --fast-import codesigning.asc; fi
- "[[ ${TRAVIS_PULL_REQUEST} == 'false' ]] && openssl aes-256-cbc -K $encrypted_b6c74d7f8e86_key -iv $encrypted_b6c74d7f8e86_iv -in codesigning.asc.enc -out codesigning.asc -d"
- "[[ ${TRAVIS_PULL_REQUEST} == 'false' ]] && gpg --fast-import codesigning.asc"

script: mvn clean verify ${TRAVIS_TAG:+-Drevision=${TRAVIS_TAG}}

Expand Down

0 comments on commit eefec03

Please sign in to comment.