[ci] run sonar and coveralls without travis wait

This commit is contained in:
Andreas Dangel
2017-10-01 13:40:49 +02:00
parent a1a4b0b9eb
commit e991f2c4f3
2 changed files with 2 additions and 4 deletions

View File

@ -12,5 +12,4 @@ if ! travis_isPush; then
fi
travis_wait ./mvnw clean test jacoco:report coveralls:report -Pcoveralls -B -V -q
./mvnw clean test jacoco:report coveralls:report -Pcoveralls -B -V

View File

@ -13,5 +13,4 @@ fi
# 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 -q
./mvnw clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -Dsonar.host.url=https://sonarqube.com -Dsonar.login=${SONAR_TOKEN} -B -V