Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelchcki committed Mar 7, 2019
1 parent 832f06d commit f82cd10
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,9 @@ commands:
default: false
steps:
- <<: *STEP_EXT_INSTALL
- when:
condition: << parameters.disable_tls >>
steps:
- run:
name: Disable tls for php < 5.6 (https://stackoverflow.com/questions/47527455/getting-an-error-peer-fingerprint-did-not-match-after-running-composer-update)
command: composer config disable-tls
- run:
name: Disable tls for php < 5.6 (https://stackoverflow.com/questions/47527455/getting-an-error-peer-fingerprint-did-not-match-after-running-composer-update)
command: composer config disable-tls
- <<: *STEP_COMPOSER_SELF_UPDATE
- <<: *STEP_COMPOSER_CACHE_RESTORE
- <<: *STEP_COMPOSER_INSTALL
Expand Down

0 comments on commit f82cd10

Please sign in to comment.