PHP Classes

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

Recommend this page to a friend!
  Classes of Dawood Ikhlaq   Recon Falcon   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: Recon Falcon
Scan a list of pages to find unreachable links
Author: By
Last change:
Date: 5 years 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