From 9bd6d5c67e0ba1d5599ac027f10bb6b86a354489 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 10 Aug 2020 17:45:06 +0100 Subject: [PATCH] Updated travis pthreads to pmmp/pthreads@45579e1e622acd80f9c880f3a025ba3b98b8ebef --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e8d845709..fa7469346 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ before_script: - echo | pecl install channel://pecl.php.net/yaml-2.1.0 - git clone https://github.com/pmmp/pthreads.git - cd pthreads - - git checkout 646dac62ae0d48c1ada7b007e15575fb84f7d71d + - git checkout 45579e1e622acd80f9c880f3a025ba3b98b8ebef - phpize - ./configure - make