PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   Zest   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Zest
Application to show the use of the Zest framework
Author: By
Last change: Update .travis.yml
Date: 6 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