Use a custom base image for CircleCI tests.

In order to install Gradle, which is required for Cordova tests to run
in the Meteor self-test suite, this image slightly builds upon the
CircleCI image we'd been using previously.
This commit is contained in:
Jesse Rosenberger
2018-01-09 17:25:56 -08:00
committed by Ben Newman
parent fc822ce1e0
commit 34ce287d31

View File

@@ -69,7 +69,7 @@ run_save_node_bin: &run_save_node_bin
build_machine_environment: &build_machine_environment
# Specify that we want an actual machine (ala Circle 1.0), not a Docker image.
docker:
- image: circleci/android:api-26-node8-alpha
- image: meteor/circleci
environment:
# This multiplier scales the waitSecs for selftests.
TIMEOUT_SCALE_FACTOR: 8