PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Scott Arciszewski   pharaoh   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: pharaoh
Compare two PHAR files to retrieve the differences
Author: By
Last change:
Date: 5 years ago
Size: 266 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: "nightly" - php: "master" install: - composer self-update - composer update script: - vendor/bin/psalm