Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard McDaniel committed May 15, 2015
1 parent ad143b7 commit a2b3657
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ php:

before_script:
- sudo apt-get update
- sudo apt-get install apache2 libapache2-mod-fastcgi libcurl4-openssl-dev
- sudo apt-get install apache2 libapache2-mod-fastcgi
# enable php-fpm
- sudo cp ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.conf.default ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.conf
- sudo a2enmod rewrite actions fastcgi alias
Expand Down
2 changes: 2 additions & 0 deletions tests/vendor/sauce/sausage/src/Sauce/Sausage/SauceAPI.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ protected function makeRequest($url, $type="GET", $params=false)

curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);

curl_setopt($ch, CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1_1);

$response = curl_exec($ch);

if (curl_errno($ch))
Expand Down

0 comments on commit a2b3657

Please sign in to comment.