.circleci/config.yml in birdspotting-0.1.2 vs .circleci/config.yml in birdspotting-0.1.3
- old
+ new
@@ -14,11 +14,11 @@
version: 2
jobs:
test:
docker:
- - image: circleci/ruby:2.4-jessie-node
+ - image: circleci/ruby:2.6.5-stretch
steps:
- checkout
- *step_restore_vendor_cache
- run:
name: Install Ruby dependencies
@@ -38,6 +38,6 @@
workflows:
version: 2
test:
jobs:
- - test
\ No newline at end of file
+ - test