Skip to content

Commit

Permalink
Try a larger stack size.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbjones committed Aug 5, 2019
1 parent 86d4feb commit 2828b7c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ dist: bionic
env:
- ANT="apache-ant-1.10.6"

cache: false
cache:
directories:
- ${ANT}

before_install:
- sudo apt-get update
Expand All @@ -20,4 +22,4 @@ install:

script:
- xmlstarlet val -e -s xsd/eml.xsd src/test/resources/eml-sample.xml
- ant test
- ANT_OPTS="-Xss100m" ant test

0 comments on commit 2828b7c

Please sign in to comment.