PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   PHP Collections Library   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Collections Library
Manage collections of data values stored as arrays
Author: By
Last change:
Date: 6 months ago
Size: 282 bytes
 

Contents

Class file image Download
language: php php: - 7.0 - 7.1 - 7.2 - hhvm - nightly matrix: allow_failures: - php: nightly sudo: false before_script: - travis_retry composer update --no-interaction --prefer-dist script: - ./vendor/bin/phpunit after_script: - php vendor/bin/coveralls