PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   PHP Dot Notation to Array   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Dot Notation to Array
Access arrays using the dot notation text keys
Author: By
Last change:
Date: 1 year ago
Size: 361 bytes
 

Contents

Class file image Download
language: php sudo: false php: - 7.1 - 7.2 matrix: fast_finish: true before_script: - travis_retry composer self-update - travis_retry composer update --no-interaction --dev script: - vendor/bin/phpunit --coverage-clover build/logs/clover.xml - vendor/bin/phpunit after_success: - php vendor/bin/codacycoverage clover build/logs/clover.xml