PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Tomáš Vojík   PHP Tournament Bracket Generator   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Tournament Bracket Generator
Organize the matches of teams in a tournament
Author: By
Last change: :green_heart: Try fixing the Travis CI config
:art: Better structure, documented code an update to PHP 7.4

A lot of changes - mainly restructuring / reformatting the code to be more maintainable.
Date: 2 years ago
Size: 115 bytes
 

Contents

Class file image Download
language: php php: - 7.4 - 8.0 dist: xenial os: linux install: - composer install script: - vendor/bin/phpunit