PHP Classes

File: vendor/krakjoe/pthreads-polyfill/.travis.yml

Recommend this page to a friend!
  Classes of Dawood Ikhlaq   ReconCat   vendor/krakjoe/pthreads-polyfill/.travis.yml   Download  
File: vendor/krakjoe/pthreads-polyfill/.travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: ReconCat
Retrieve past versions pages from Web Archive
Author: By
Last change:
Date: 1 year ago
Size: 304 bytes
 

Contents

Class file image Download
language: php php: - 7.0 install: - composer install script: - phpdbg -qrr vendor/bin/phpunit tests --coverage-text - git clone https://github.com/krakjoe/pthreads - cd pthreads && phpize && ./configure && sudo make install && cd ../ - php -dextension=pthreads.so vendor/bin/phpunit tests