PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Slawomir Kaleta   Dframe PHP Messages System   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Dframe PHP Messages System
Store and display messages to show to site users
Author: By
Last change:
Date: 2 years ago
Size: 193 bytes
 

Contents

Class file image Download
language: php os: - linux php: - 7.0 - 7.1 - 7.2 - 7.3 # We don't want to run linux commands as super user sudo: false install: composer install script: - vendor/bin/phpunit