PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of José Miguel Moreno   Uncomplicated PHP XML Builder   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Uncomplicated PHP XML Builder
Create or manipulate XML documents
Author: By
Last change:
Date: 3 years ago
Size: 376 bytes
 

Contents

Class file image Download
language: php jobs: fast_finish: true include: - php: '7.3' - php: '7.4' - php: '8.0' - php: nightly allow_failures: - php: nightly install: - pecl install ast - phpenv config-rm xdebug.ini - composer validate --strict - composer install --ignore-platform-reqs --no-interaction script: - vendor/bin/phan - vendor/bin/phpunit --testdox