PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Alexey Dodonov   Mezon Model Service Class Library   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mezon Model Service Class Library
Map entity variables into database table fields
Author: By
Last change:
Date: 3 years ago
Size: 227 bytes
 

Contents

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