PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of zinsou A.A.E.Moïse   Generic PHP Named Parameters Function Call   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Generic PHP Named Parameters Function Call
Extract the values of named function parameters
Author: By
Last change:
Date: 4 years ago
Size: 666 bytes
 

Contents

Class file image Download
# Required to run your project under the correct environment. language: php # Versions of PHP you want your project run with. php: - 7.0 - 7.1 - 7.2 # Commands to be run before your environment runs. before_script: - composer self-update - composer install --prefer-source --no-interaction --dev # Commands you want to run that will verify your build. script: phpunit # allow_failures: Allow this build to fail under the specified environments. # fast_finish: If your build fails do not continue trying to build, just stop. matrix: fast_finish: true # Customize when the notification emails are sent. notifications: on_success: never on_failure: always