PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Lucas de Oliveira   PHP Array Keys Case Transform   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Array Keys Case Transform
Transform an array to change the case of the keys
Author: By
Last change:
Date: 5 years ago
Size: 331 bytes
 

Contents

Class file image Download
language: php php: - 7.1 - 7.2 before_script: - composer install # This triggers builds to run on the new TravisCI infrastructure. # See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/ sudo: false script: - composer check - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover