PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   PHP Simple Container Class   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Simple Container Class
Inject classes and create objects using containers
Author: By
Last change:
Date: 6 months ago
Size: 272 bytes
 

Contents

Class file image Download
language: php dist: trusty php: - '7.1' - '7.2' - '7.3' - nightly matrix: allow_failures: - php: nightly install: - composer install script: - ./vendor/bin/phpunit --coverage-clover=build/logs/clover.xml after_script: - php vendor/bin/php-coveralls -v