PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Alexey Dodonov   Mezon Custom PHP HTTP Request   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mezon Custom PHP HTTP Request
Send HTTP requests with a single line of code
Author: By
Last change:
Date: 3 years ago
Size: 187 bytes
 

Contents

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