Skip to content

Commit

Permalink
Use curl 57. (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Apr 6, 2018
1 parent 64df7a0 commit f531bd0
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,12 @@ php:
- 7.2
install: composer install
before_script:
- sudo apt-get install -y language-pack-en-base
- sudo LC_ALL=en_US.UTF-8 add-apt-repository ppa:ondrej/php
- apt update
- sudo apt-get build-dep curl
- sudo apt-get install php-curl
- pushd /tmp
- wget https://curl.haxx.se/download/curl-7.59.0.tar.bz2
- tar -xvjf curl-7.59.0.tar.bz2
- cd curl-7.59.0
- ./configure
- wget https://curl.haxx.se/download/curl-7.57.0.tar.bz2
- tar -xvjf curl-7.57.0.tar.bz2
- cd curl-7.57.0
- ./configure --with-ssl
- make
- sudo make install
- sudo ldconfig
Expand Down

0 comments on commit f531bd0

Please sign in to comment.