aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Williams <christianw@google.com>2017-10-30 19:00:16 -0700
committerChristian Williams <christianw@google.com>2017-10-30 19:00:16 -0700
commit26e6dd836566ccb33c45297ef35d6e8a31e2203a (patch)
treeaf99e4ac6adfe1b259a3565e169f4ff3d90ffc6d
parent6a4bdde44decbc23efd0bdce0d2512f7e5508c50 (diff)
downloadrobolectric-shadows-26e6dd836566ccb33c45297ef35d6e8a31e2203a.tar.gz
Switch circleci resource class to xlarge.
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 17d91556d..012f6cfd5 100644
--- a/circle.yml
+++ b/circle.yml
@@ -4,7 +4,7 @@ jobs:
working_directory: ~/code
docker:
- image: circleci/android:api-26-alpha
- resource_class: large
+ resource_class: xlarge
environment:
JVM_OPTS: -Xmx3172m
GRADLE_MAX_PARALLEL_FORKS: 2