.circleci/config.yml in plaid-7.0.0 vs .circleci/config.yml in plaid-8.0.0
- old
+ new
@@ -1,23 +1,21 @@
version: 2
-
jobs:
build:
docker:
- - image: circleci/ruby:2.3
+ - image: circleci/ruby:2.3
steps:
- - checkout
- - run:
- name: Bundle Install
- command: bundle check || bundle install
- - run:
- name: Stubbed API test
- command: bundle exec rake test
- environment:
- STUB_API: yes
- - run:
- name: Live API test
- command: bundle exec rake test
- - run:
- name: Rubocop test
- command: bundle exec rubocop
-
+ - checkout
+ - run:
+ name: Bundle Install
+ command: bundle check || bundle install
+ - run:
+ name: Stubbed API test
+ command: bundle exec rake test
+ environment:
+ STUB_API: true
+ - run:
+ name: Live API test
+ command: bundle exec rake test
+ - run:
+ name: Rubocop test
+ command: bundle exec rubocop