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 +