Skip to content

Commit

Permalink
Issue checkstyle#5086: set memory limit for soanrqube validation
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Sep 7, 2017
1 parent 538142b commit 60f5f56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/travis/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ assembly-run-all-jar)

sonarqube)
if [[ $TRAVIS_PULL_REQUEST =~ ^([0-9]*)$ ]]; then exit 0; fi
export MAVEN_OPTS='-Xmx2000m'
mvn clean package cobertura:cobertura sonar:sonar \
-Dsonar.host.url=https://sonarqube.com \
-Dsonar.login=$SONAR_TOKEN \
Expand Down

0 comments on commit 60f5f56

Please sign in to comment.