From 7baadf9dad7f12a8323f2ec68a2ebe070906361c Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 19 Sep 2017 20:49:41 +0100 Subject: [PATCH] Throw updated pthreads at Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3493d030520..940fe9a3d2c 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 caca8dc42a5d75ddfb39e6fd15337e87e967517e #master is broken - https://github.com/krakjoe/pthreads/issues/757 + - git checkout 6c6b15138c923b69cfa46ee05fc2dd45da587287 - phpize - ./configure - make