Fix circle

This commit is contained in:
Ari Timonen 2020-03-25 00:35:26 +02:00
parent 2169d410dd
commit 4cad51168b

View file

@ -47,11 +47,11 @@ jobs:
key: rails-demo-bundle-v2-{{ checksum "Gemfile.lock" }}
paths:
- vendor/bundle
- run:
name: Setup dependencies
command: |
sudo composer self-update
composer install -n --prefer-dist
# - run:
# name: Setup dependencies
# command: |
# sudo composer self-update
# composer install -n --prefer-dist
# download test reporter as a static binary
- run:
name: Setup Code Climate test-reporter