File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
attach-report-maven-plugin/src/it/simple-it Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,5 @@ language: java
2
2
install : true
3
3
jdk :
4
4
- 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
Original file line number Diff line number Diff line change 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" );
3
3
4
- // assert indexFile.isFile()
5
- // assert subDirFile.isFile()
6
- println ' ok'
4
+ assert indexFile. isFile()
5
+ assert subDirFile. isFile()
You can’t perform that action at this time.
0 commit comments