mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-28 13:31:06 +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" }}
|
key: rails-demo-bundle-v2-{{ checksum "Gemfile.lock" }}
|
||||||
paths:
|
paths:
|
||||||
- vendor/bundle
|
- vendor/bundle
|
||||||
- run:
|
# - run:
|
||||||
name: Setup dependencies
|
# name: Setup dependencies
|
||||||
command: |
|
# command: |
|
||||||
sudo composer self-update
|
# sudo composer self-update
|
||||||
composer install -n --prefer-dist
|
# composer install -n --prefer-dist
|
||||||
# download test reporter as a static binary
|
# download test reporter as a static binary
|
||||||
- run:
|
- run:
|
||||||
name: Setup Code Climate test-reporter
|
name: Setup Code Climate test-reporter
|
||||||
|
|
Loading…
Reference in a new issue