mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 04:51:14 +00:00
Fix circle
This commit is contained in:
parent
2169d410dd
commit
4cad51168b
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue