thank you for your service travis

This commit is contained in:
Dylan K. Taylor
2020-12-11 22:26:53 +00:00
parent 8b53e4150e
commit 0237a50d90
2 changed files with 0 additions and 39 deletions

View File

@ -1,18 +0,0 @@
language: php
php:
- 7.3
- 7.4
before_script:
- phpenv config-rm xdebug.ini
- echo | pecl install channel://pecl.php.net/yaml-2.1.0
- git clone https://github.com/pmmp/pthreads.git
- cd pthreads
- git checkout b81ab29df58fa0fb239a9d5ca1c2380a0d087feb
- phpize
- ./configure
- make
- make install
- cd ..
- echo "extension=pthreads.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- composer self-update --2