PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Fernando Val   Springy   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Springy
Microframework for Web application development
Author: By
Last change: Adds PHP 7.4 test case
Removes PHP 7.1 or older from test cases
Date: 1 year ago
Size: 116 bytes
 

Contents

Class file image Download
language: php php: - '7.2' - '7.3' - '7.4' install: - composer install -n script: - vendor/bin/phpunit