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 f15b059 commit bf4187dCopy full SHA for bf4187d
.travis.yml
@@ -1,6 +1,8 @@
1
+sudo: required
2
language: java
3
install: true
4
jdk:
5
- oraclejdk7
6
+before_script: sudo rm /etc/mavenrc
7
script: mvn clean install -Prun-its
-after_failure: cat /home/travis/build/odavid/maven-plugins/attach-report-maven-plugin/target/it/simple-it/build.log
8
+after_failure: cat /home/travis/build/odavid/maven-plugins/attach-report-maven-plugin/target/it/simple-it/build.log
0 commit comments