Skip to content

Commit

Permalink
Finally
Browse files Browse the repository at this point in the history
  • Loading branch information
xxlabaza committed Jan 23, 2018
1 parent b5e61f7 commit 185bc8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ install:
mvn --settings .settings.xml install -DskipTests=true -Dgpg.skip -Dmaven.javadoc.skip=true -B -V

script:
mvn --settings .settings.xml clean verify -DskipTests=false -Dmaven.javadoc.skip=false -B -U
mvn --settings .settings.xml clean verify -DskipTests=false -Dmaven.javadoc.skip=true -B -U

before_deploy:
- mvn help:evaluate -N -Dexpression=project.version | grep -v '\['
- export project_version=$(mvn help:evaluate -N -Dexpression=project.version | grep -v '\[')
- sed -i -- "s/\${env.SONATYPE_PASSWORD}/$SONATYPE_PASSWORD/g" .settings.xml
- mvn --settings .settings.xml clean deploy -DskipTests=true -Dmaven.javadoc.skip=true -B -V
- mvn --settings .settings.xml clean deploy -DskipTests=true -Dmaven.javadoc.skip=false -B -U

deploy:
provider: releases
Expand Down

0 comments on commit 185bc8c

Please sign in to comment.