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 07f4d48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ before_script:
- 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
- tar -xvjf curl-7.57.0.tar.bz2
- cd curl-7.57.0
- ./configure
- make
- sudo make install
Expand Down

0 comments on commit 07f4d48

Please sign in to comment.