Skip to content

Commit

Permalink
Try bionnic to get a newer version of ant than 1.96.
Browse files Browse the repository at this point in the history
Seems that 1.97 fixes a common StackOverflowError.
  • Loading branch information
mbjones committed Aug 5, 2019
1 parent db3f748 commit 6724b5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: java

dist: bionic

addons:
apt:
packages:
Expand All @@ -11,4 +13,4 @@ script:
- free -m
- xmlstarlet val -e -s xsd/eml.xsd src/test/resources/eml-sample.xml
- ant -diagnostics
- ANT_OPTS=-Xmx2G ant test
- ant test

0 comments on commit 6724b5f

Please sign in to comment.