PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Alexey Dodonov   Mezon Request Router Parameters   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mezon Request Router Parameters
Fetch the current HTTP request router parameter
Author: By
Last change:
Date: 3 years ago
Size: 222 bytes
 

Contents

Class file image Download
language: php php: - '7.2' - '7.3' - '7.4' install: - composer install -n script: - phpunit --coverage-clover=coverage.xml --configuration=phpunit.xml after_script: - bash <(curl -s https://codecov.io/bash)