Skip to content

Commit

Permalink
Merge pull request #32 from brarcher/travisci
Browse files Browse the repository at this point in the history
Reduce initial heap size of gradle
  • Loading branch information
brarcher authored Mar 10, 2017
2 parents 4a1a862 + ff6e1d4 commit aeaadd3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
language: android

env:
global:
# Gradle sometimes takes too much memory, resulting in
# memory pressure that fails the build. Reduce its initial
# heap to help reduce issues.
- GRADLE_OPTS="-Xms128m"

android:
components:
# Uncomment the lines below if you want to
Expand Down

0 comments on commit aeaadd3

Please sign in to comment.