Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
subchen authored May 9, 2020
1 parent d3343f7 commit f1aa069
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 @@ -26,7 +26,7 @@ addons:
before_deploy:
- curl -fSL https://dl.bintray.com/subchen/download/maven-deploy-config-1.0.tar.gz.enc -o maven-deploy-config.enc.tar.gz.enc
- openssl aes-256-cbc -k "$MAVEN_DEPLOY_SECRET_PASSWD" -in maven-deploy-config.enc.tar.gz.enc -out maven-deploy-config.enc.tar.gz -d
- tar -zxvf maven-deploy-config-1.0.tar.gz -C ~/
- tar -zxvf maven-deploy-config.tar.gz -C ~/

deploy:
provider: script
Expand Down

0 comments on commit f1aa069

Please sign in to comment.