PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   What is My Browser   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: What is My Browser
Show the details of the current user browser
Author: By
Last change:
Date: 5 years ago
Size: 350 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.1 - 7.2 # Commands to be run before your environment runs. before_script: - "composer update" # Customize when the notification emails are sent. notifications: on_success: always on_failure: always