Added in plain junit formatter to get output from travis.
This commit is contained in:
parent
e4afa7961e
commit
2a7cc37d25
@ -105,6 +105,7 @@
|
||||
<exclude name="Test.class" />
|
||||
</fileset>
|
||||
<formatter type="xml"/>
|
||||
<formatter type="plain" usefile="false" />
|
||||
</batchtest>
|
||||
</junit>
|
||||
<junitreport todir="${tmp.dir}">
|
||||
|
@ -285,6 +285,7 @@ ${nonascii}</fail>
|
||||
<exclude name="Test.class" />
|
||||
</fileset>
|
||||
<formatter type="xml"/>
|
||||
<formatter type="plain" usefile="false" />
|
||||
</batchtest>
|
||||
</junit>
|
||||
<junitreport todir="${tmp.dir}">
|
||||
|
Loading…
x
Reference in New Issue
Block a user