PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Fernando Val   PHP Installment Payment Calculator   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Installment Payment Calculator
Calculate the amount of installments on loans
Author: By
Last change:
Date: 3 years ago
Size: 209 bytes
 

Contents

Class file image Download
language: php php: - '7.3' - '7.4' before_install: - phpenv config-rm xdebug.ini || true - travis_retry composer self-update install: - travis_retry composer install -n script: - composer test