We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a1c8e4 commit d33a08dCopy full SHA for d33a08d
.travis.yml
@@ -11,7 +11,7 @@ addons:
11
organization: "netopyr-github"
12
script:
13
- if [ "$TRAVIS_PULL_REQUEST" == false ];
14
- then mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent verify sonar:sonar;
+ then mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent verify sonar:sonar -X -e;
15
else mvn clean verify;
16
fi
17
cache:
0 commit comments