Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
Fixed SSL settings for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mpyw committed Aug 6, 2016
1 parent 1db8a44 commit 00975a2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ build:
before:
- 'composer install'
- './vendor/bin/codecept build'
- './vendor/bin/hyper-run tests/assets/www &'
after:
- 'killall php'
- 'php vendor/bin/hyper-run tests/assets/www &'

tests:
override:
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ branches:
- master

after_script:
- killall php
- travis_retry php vendor/bin/coveralls
1 change: 1 addition & 0 deletions tests/unit/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public function getClient()
{
return new Client([
CURLOPT_SSL_VERIFYPEER => false,
CURLOPT_SSL_VERIFYHOST => false,
]);
}

Expand Down

0 comments on commit 00975a2

Please sign in to comment.