Skip to content

Commit

Permalink
reducing logging for the mvn deploy step to avoid 4M limit on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
iizrailevsky committed Mar 2, 2017
1 parent d228283 commit 5fcfbbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis/deploy.sh
Expand Up @@ -2,6 +2,6 @@

if [ "$TRAVIS_BRANCH" == 'develop' ] || [ "$TRAVIS_BRANCH" == 'master' ]; then
if [ "$TRAVIS_PULL_REQUEST" == 'false' ]; then
mvn deploy -DskipTests=true -P sign --settings .travis/settings.xml
mvn -q deploy -DskipTests=true -P sign --settings .travis/settings.xml
fi
fi
fi

0 comments on commit 5fcfbbb

Please sign in to comment.