PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Julian Finkler   PHP PSR-7 Implementation of Streams   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP PSR-7 Implementation of Streams
Implements the access to data as defined in PSR-7
Author: By
Last change:
Date: 4 years ago
Size: 336 bytes
 

Contents

Class file image Download
dist: trusty language: php php: - '5.6' - '7.0' - '7.1' - '7.2' - '7.3' branches: only: ['master'] before_script: - composer self-update - composer update --prefer-source `if [[ $COMPOSER_PREFER_LOWEST = true ]]; then echo "--prefer-lowest --prefer-stable"; fi` script: vendor/bin/phpunit --configuration phpunit.xml