PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Vinicius Dias   PHP Google Search Crawler   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Google Search Crawler
Perform searches and retrieve results from Google
Author: By
Last change: Test script updated. Phing removed
Dropped support for PHP 7.1
Date: 5 years ago
Size: 268 bytes
 

Contents

Class file image Download
language: php php: - '7.2' - '7.3' install: - pecl install ds - composer install script: - composer test after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover