PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Scott Arciszewski   Corner   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Corner
Implements exceptions and errors with more details
Author: By
Last change:
Date: 4 years ago
Size: 325 bytes
 

Contents

Class file image Download
language: php sudo: false matrix: fast_finish: true include: - php: "7.1" - php: "7.2" - php: "7.3" - php: "nightly" - php: "master" allow_failures: - php: "nightly" - php: "master" install: - composer self-update - composer update script: - vendor/bin/phpunit - vendor/bin/psalm