Skip to content

Commit

Permalink
more circle tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbl committed Nov 5, 2019
1 parent c13509a commit ddc351e
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
version: 2.1
version: 2

workflows:
version: 2.1
version: 2
main:
jobs:
- build
jobs:
build:
executor: ruby-2.2.3
resource_class: small
docker:
- image: ruby-2.2.3
- image: circleci/ruby:2.5.1
- image: elastic/elasticsearch:6.8.2
environment:
- xpack.security.enabled=false
steps:
- checkout
- run:
name: Run Tests
command: bundle exec rspec
name: Install Ruby Dependencies
command: bundle install
- run:
name: Run Tests
command: bundle exec rspec

0 comments on commit ddc351e

Please sign in to comment.