PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Miraz Mac   Flat Config   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Flat Config
Read and write configuration values in JSON files
Author: By
Last change: Update of .travis.yml
Date: 2 years ago
Size: 166 bytes
 

Contents

Class file image Download
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 - nightly before_script: - composer install script: - ./vendor/bin/phpunit --coverage-text