PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   PHP Array Functions   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Array Functions
Determine the type and run other array operations
Author: By
Last change:
Date: 5 years ago
Size: 515 bytes
 

Contents

Class file image Download
# Required to run your project under the correct environment. language: php env: - PACKAGE_VERSION="3.0.0" - CODECOV_TOKEN="d50c0ae4-de73-4b6e-8e92-35a4c81cfa87" # Versions of PHP you want your project run with. php: - 7.2 - 7.3 # Commands to be run before your environment runs. before_script: - "composer install" script: - vendor/bin/phpunit after_success: - bash <(curl -s https://codecov.io/bash) # Customize when the notification emails are sent. notifications:  email: lablnet01@gmail.com