Skip to content

Commit 97e987b

Browse files
author
R. Tyler Croy
committed
What if we restricted the memory?
1 parent eef4c00 commit 97e987b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: java
22
sudo: false
3+
env:
4+
- GRADLE_OPTS="-Xmx768m -Xms256m -Xss1m"
35
script:
46
- ./gradlew -S -i --no-daemon clean check build
57
jdk:

0 commit comments

Comments
 (0)