From c13509a89b39d4e37013d0036076f14a5275a24b Mon Sep 17 00:00:00 2001 From: David Blackmon Date: Tue, 5 Nov 2019 12:11:13 -0500 Subject: [PATCH] tweak circle config --- .circleci/config.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ee8b26c..d808cb9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,19 +1,15 @@ -version: 2 +version: 2.1 workflows: - version: 2 + version: 2.1 main: jobs: - build jobs: build: - executor: ruby-latest + executor: ruby-2.2.3 docker: - - image: circleci/ruby:2.5.3-node - env: - - RAILS_ENV=test - - REDIS_URL=redis://127.0.0.1:6379 - - DATABASE_URL=mysql2://127.0.0.1:3306 + - image: ruby-2.2.3 - image: elastic/elasticsearch:6.8.2 environment: - xpack.security.enabled=false