Tweak Travis for bigger stack -Xss16M

This commit is contained in:
Roman Mandeleil 2015-01-06 21:58:24 +02:00
parent d5ff8bcaab
commit f586069c23
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
language: java
jdk: oraclejdk8
before_script:
- 'export JAVA_OPTS= -Xss16M'
script:
- ./gradlew build publish