From 5eca3f58d9bee195b650270ea38393e5d4d63800 Mon Sep 17 00:00:00 2001 From: Teague Algie Date: Wed, 19 Sep 2018 15:47:08 -0500 Subject: [PATCH] use legacy ruby container with phantonjs --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 192ce5f..298e50a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,7 @@ jobs: docker: # node-browsers gives us a js runtime and phantomjs # https://hub.docker.com/r/circleci/ruby/tags/ - - image: circleci/ruby:2.3.7-node-browsers + - image: circleci/ruby:2.3.7-node-browsers-legacy environment: BUNDLE_JOBS: 3 BUNDLE_RETRY: 3 @@ -81,4 +81,5 @@ workflows: filters: branches: only: - - production \ No newline at end of file + - production +