Skip to content

Commit d33a08d

Browse files
committed
More logging during build
1 parent 1a1c8e4 commit d33a08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ addons:
1111
organization: "netopyr-github"
1212
script:
1313
- if [ "$TRAVIS_PULL_REQUEST" == false ];
14-
then mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent verify sonar:sonar;
14+
then mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent verify sonar:sonar -X -e;
1515
else mvn clean verify;
1616
fi
1717
cache:

0 commit comments

Comments
 (0)