Skip to content

Commit

Permalink
Release 1.5.0 (before_deploy -> after_success)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Jul 28, 2020
1 parent 0c38127 commit 5a24849
Showing 1 changed file 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 @@ -8,7 +8,7 @@ jdk:
script:
- mvn clean test -Pdebug -B -U -Dgpg.skip -Dmaven.javadoc.skip=true

before_deploy:
after_success:
- echo $GPG_SECRET_KEYS | base64 --decode | $GPG_EXECUTABLE --import
- echo $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --import-ownertrust
- mvn package -B -U
Expand Down

0 comments on commit 5a24849

Please sign in to comment.