Adopt feedback

This commit is contained in:
Juan Martín Sotuyo Dodero
2017-06-24 17:28:40 -03:00
parent 66bed6779c
commit c9990a53cb
3 changed files with 6 additions and 6 deletions

View File

@@ -12,6 +12,6 @@ if ! travis_isPush; then
fi
# Run the build, redirect output into the file
travis_wait ./mvnw clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -Dsonar.host.url=https://sonarqube.com -Dsonar.login=${SONAR_TOKEN} -B -V
# Run the build, truncate output due to Travis log limits
travis_wait ./mvnw clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -Dsonar.host.url=https://sonarqube.com -Dsonar.login=${SONAR_TOKEN} -B -V | tail -100