We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf4187d commit add4261Copy full SHA for add4261
.travis.yml
@@ -5,4 +5,4 @@ jdk:
5
- oraclejdk7
6
before_script: sudo rm /etc/mavenrc
7
script: mvn clean install -Prun-its
8
-after_failure: cat /home/travis/build/odavid/maven-plugins/attach-report-maven-plugin/target/it/simple-it/build.log
+after_failure: find . -name build.log | xargs cat
0 commit comments