PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Slawomir Kaleta   Dframe Framework   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Dframe Framework
Modular MVC based PHP Web framework
Author: By
Last change: Update of .travis.yml
Date: 3 years ago
Size: 177 bytes
 

Contents

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