Skip to content

Commit

Permalink
(enhancement) prepare for release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanSusana committed Sep 28, 2019
1 parent 3bf72fc commit 998bf2a
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 @@ -32,7 +32,7 @@ script:

deploy:
provider: script
script: "mvn clean deploy --settings .travis.maven.settings.xml -Psign-artifacts -Ptravis -DskipTests=true -B -U -e"
script: "mvn deploy --settings .travis.maven.settings.xml -Psign-artifacts -Ptravis -DskipTests=true -B -U -e"
skip_cleanup: true
on:
branch: release

0 comments on commit 998bf2a

Please sign in to comment.