Skip to content

Commit

Permalink
remove line
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Labazin committed Dec 6, 2019
1 parent 06d611e commit 3b05a3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ before_deploy:
- export project_version=$(./mvnw help:evaluate -N -Dexpression=project.version | grep -v '\[')
- echo $GPG_SECRET_KEYS | base64 --decode | $GPG_EXECUTABLE --import
- echo $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --import-ownertrust
- sed -i -- "s/\${env.SONATYPE_PASSWORD}/$SONATYPE_PASSWORD/g" .settings.xml
- ./mvnw --settings .settings.xml -Dsettings.security=.settings-security.xml clean deploy -DskipTests=true -Dmaven.javadoc.skip=false -B -U

deploy:
Expand Down

0 comments on commit 3b05a3a

Please sign in to comment.