This is an automated email from the ASF dual-hosted git repository.
mwalch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fluo.git
The following commit(s) were added to refs/heads/master by this push:
new 0a5a3e7 Remove automated Sonatype deploy from travis.yml (#915)
0a5a3e7 is described below
commit 0a5a3e7fa44af69b496bdccd49cacc14ce06ecfd
Author: Mike Walch <[email protected]>
AuthorDate: Fri Aug 18 18:01:50 2017 -0400
Remove automated Sonatype deploy from travis.yml (#915)
---
.travis.yml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index cfbc548..b44275b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,14 +22,6 @@ notifications:
on_failure: always
use_notice: true
skip_join: true
-sudo: false
cache:
directories:
- $HOME/.m2
-env:
- global:
- - secure:
"HxekWtv02foIqO3e+i3SZ1vRWA9OzkuEGB5zMOmS9lcsg6w6aRkDS1y2gbSxS2n0kqPMCigGp6OcSDAptyeY4ztjVwvrWiKIdjK2Jd9dJ7INAHAhvf0xGcPNKkEWtTGWExrzstl1nXPFBDeEtjtg9+29PiiZW6JpxtUrSH5JcY0="
- - secure:
"Hg7Sx0IBHgQZViVM0zrutDYZiSLtvvnZRLNrk02mNsWGnU7geMGZsSQzGCJtBoLqptlJ9E3CuZggWBH5XgYPLNk3jUiGN1SENFC60EXGHLNDHhYCO6ietpEE7gMLlK6UQAFGHRHHJrsqpqeSRFp49uK3HdwOwSAJR944H8z7/t0="
-after_success:
- - echo
"<settings><servers><server><id>sonatype-nexus-snapshots</id><username>\${env.SONATYPE_USER}</username><password>\${env.SONATYPE_PASS}</password></server></servers></settings>"
> ~/deploy-settings.xml
- - if [ "$TRAVIS_PULL_REQUEST" = "false" -a "$TRAVIS_BRANCH" = "master" ];
then mvn deploy -DskipTests -DskipFormat -Dcheckstyle.skip=true
-Dfindbugs.skip=true --settings ~/deploy-settings.xml; else echo 'Skipping
deploy.'; fi
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].