Skip to content

Commit b946d16

Browse files
authored
Merge pull request #3253 from aldesantis/chore/aldesantis/circleci-2-1
Upgrade to CircleCI 2.1
2 parents a0e8ddd + 94a5554 commit b946d16

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 2
1+
version: 2.1
22
jobs:
33
postgres: &postgres
44
working_directory: &workdir ~/solidus
@@ -27,7 +27,7 @@ jobs:
2727
- run: |
2828
bundle install --path=vendor/bundle
2929
30-
- cache-save:
30+
- save_cache:
3131
key: solidus-gems-v1-{{ .Branch }}-{{ checksum "Gemfile.lock" }}
3232
paths:
3333
- vendor/bundle
@@ -72,7 +72,6 @@ jobs:
7272
RAILS_VERSION: '~> 5.1.0'
7373

7474
workflows:
75-
version: 2
7675
build:
7776
jobs:
7877
- postgres

0 commit comments

Comments
 (0)