PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   Simple PHP Collection   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple PHP Collection
Manage collections of values using array iterators
Author: By
Last change:
Date: 1 year ago
Size: 304 bytes
 

Contents

Class file image Download
language: php matrix: include: - php: 7.1 - php: 7.2 - php: 7.3 fast_finish: true before_install: - travis_retry composer self-update install: - travis_retry composer install --no-interaction --prefer-source --no-suggest script: vendor/bin/phpunit --colors=always --coverage-text