From aca1422fca3b6783da033f012aabc07b200ec12c Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 23 Jan 2018 16:49:32 +0000 Subject: [PATCH] Updated pthreads version for Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 940fe9a3d..c4b4806c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ before_script: - echo | pecl install channel://pecl.php.net/yaml-2.0.2 - git clone https://github.com/krakjoe/pthreads.git - cd pthreads - - git checkout 6c6b15138c923b69cfa46ee05fc2dd45da587287 + - git checkout db8bc7fe2bfd79019c94f591eefa48bad4725a88 - phpize - ./configure - make