Skip to content

Commit

Permalink
tweak circle config
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbl committed Nov 5, 2019
1 parent a786374 commit c13509a
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c13509a

Please sign in to comment.