PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Gavin Gordon Markowski   Sorcerer   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Sorcerer
Scrape Web page content using regular expressions
Author: By
Last change:
Date: 7 years ago
Size: 366 bytes
 

Contents

Class file image Download
language: php php: - 5.4 - 5.5 - 5.6 - hhvm addons: code_climate: repo_token: b7f1d67b40c7be0d89c5a42062fa5ab971d42b9fe6e29380954cce0876229bd6 before_script: - composer self-update - composer install --prefer-source --no-interaction --dev script: phpunit --coverage-clover build/logs/clover.xml after_script: - vendor/bin/test-reporter