PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Scott Arciszewski   Stern PHP Type Safety   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Stern PHP Type Safety
Make class function calls invoke strict versions
Author: By
Last change:
Date: 3 years ago
Size: 380 bytes
 

Contents

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