[ci] run sonar and coveralls without travis wait
This commit is contained in:
@@ -12,5 +12,4 @@ if ! travis_isPush; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
travis_wait ./mvnw clean test jacoco:report coveralls:report -Pcoveralls -B -V -q
|
./mvnw clean test jacoco:report coveralls:report -Pcoveralls -B -V
|
||||||
|
|
||||||
|
@@ -13,5 +13,4 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
# Run the build, truncate output due to Travis log limits
|
# 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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user