Skip to content

Commit

Permalink
Updated travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
urbim committed May 31, 2019
1 parent 4cac208 commit ed5f0db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ script: mvn test
after_success:
# Deploy to OSSHR
- if [[ $TRAVIS_PULL_REQUEST == "false" && ($TRAVIS_BRANCH == "master" || $TRAVIS_TAG) ]]; then
openssl aes-256-cbc -K $encrypted_78460ea002c6_key -iv $encrypted_78460ea002c6_iv -in gpg.tar.gz.enc -out gpg.tar.gz -d;
openssl aes-256-cbc -K $encrypted_e9459810d90e_key -iv $encrypted_e9459810d90e_iv -in gpg.tar.gz.enc -out gpg.tar.gz -d;
tar xvf gpg.tar.gz;
mvn source:jar javadoc:jar deploy -Pdeploy -DskipTests=true --settings ./settings.xml;
fi
Binary file modified gpg.tar.gz.enc
Binary file not shown.

0 comments on commit ed5f0db

Please sign in to comment.