update travis pthreads

This commit is contained in:
Dylan K. Taylor 2019-11-09 17:34:04 +00:00
parent 2a6ffb5aa9
commit 025cb73bf5

View File

@ -9,7 +9,7 @@ before_script:
- echo | pecl install channel://pecl.php.net/yaml-2.0.4 - echo | pecl install channel://pecl.php.net/yaml-2.0.4
- git clone https://github.com/pmmp/pthreads.git - git clone https://github.com/pmmp/pthreads.git
- cd pthreads - cd pthreads
- git checkout 6ca019c58b4fa09ee2ff490f2444e34bef0773d0 - git checkout 1b7da492b944146fa9680f6399bd9c6c6c6095e0
- phpize - phpize
- ./configure - ./configure
- make - make