Update .travis.yml

This commit is contained in:
Dylan K. Taylor 2017-08-31 21:12:45 +01:00 committed by GitHub
parent 8caabd3267
commit 16aeb0ac85

View File

@ -6,7 +6,7 @@ php:
before_script: before_script:
# - pecl install channel://pecl.php.net/pthreads-3.1.6 # - pecl install channel://pecl.php.net/pthreads-3.1.6
- pecl install channel://pecl.php.net/weakref-0.3.3 - pecl install channel://pecl.php.net/weakref-0.3.3
- echo | pecl install channel://pecl.php.net/yaml-2.0.0 - echo | pecl install channel://pecl.php.net/yaml-2.0.2
- git clone https://github.com/krakjoe/pthreads.git --depth=1 - git clone https://github.com/krakjoe/pthreads.git --depth=1
- cd pthreads - cd pthreads
- phpize - phpize