PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Alexey Dodonov   mezon PHP Application   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: mezon PHP Application
Create applications from configuration files
Author: By
Last change:
Date: 3 years ago
Size: 362 bytes
 

Contents

Class file image Download
language: php php: - '7.2' - '7.3' - '7.4' before_script: - composer require "mezon/conf" - composer require "mezon/template-engine" - composer require "mezon/router" - composer require "mezon/rest-exception" script: - phpunit --coverage-clover=coverage.xml --configuration=phpunit.xml after_script: - bash <(curl -s https://codecov.io/bash)