Skip to content

Commit f15b059

Browse files
committed
trying mumbo jumbo ): take 2
1 parent 0f6803b commit f15b059

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ language: java
22
install: true
33
jdk:
44
- oraclejdk7
5-
script: mvn clean install -Prun-its -e -Dinvoker.showErrors=true
5+
script: mvn clean install -Prun-its
6+
after_failure: cat /home/travis/build/odavid/maven-plugins/attach-report-maven-plugin/target/it/simple-it/build.log
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
//File indexFile = new File( basedir, "target/site/foo-report/preconfigured-report.html" );
2-
//File subDirFile = new File( basedir, "target/site/foo-report/ooo/test-subdir.txt" );
1+
File indexFile = new File( basedir, "target/site/foo-report/preconfigured-report.html" );
2+
File subDirFile = new File( basedir, "target/site/foo-report/ooo/test-subdir.txt" );
33

4-
//assert indexFile.isFile()
5-
//assert subDirFile.isFile()
6-
println 'ok'
4+
assert indexFile.isFile()
5+
assert subDirFile.isFile()

0 commit comments

Comments
 (0)