Fix: 'export JAVA_OPTS=-Xss16M' typo

This commit is contained in:
Roman Mandeleil 2015-01-06 22:06:08 +02:00
parent f586069c23
commit f1decf6479
1 changed files with 1 additions and 1 deletions

View File

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