PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Roni   Easy PHP Audit Log Bundle   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Easy PHP Audit Log Bundle
Log specific events according to configuration
Author: By
Last change:
Date: 5 years ago
Size: 889 bytes
 

Contents

Class file image Download
language: php dist: trusty php: - 7.2 - 7.1 - 7.0 - 5.6 env: - SYMFONY_VERSION=3.3.* - SYMFONY_VERSION=3.2.* - SYMFONY_VERSION=2.8.* - SYMFONY_VERSION=2.7.* matrix: fast_finish: true include: - php: 7.2 env: SYMFONY_VERSION=4.0.* - php: 7.2 env: SYMFONY_VERSION=4.1.* - php: 7.2 env: SYMFONY_VERSION=3.4 - php: 7.1 env: SYMFONY_VERSION=4.0.* - php: 7.1 env: SYMFONY_VERSION=4.1.* - php: 7.1 env: SYMFONY_VERSION=3.4 - php: 7.0 env: SYMFONY_VERSION=3.4 cache: directories: - $COMPOSER_CACHE_DIR before_script: - echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini - composer require --prefer-source --no-interaction symfony/symfony:${SYMFONY_VERSION} script: - mkdir -p build/logs - vendor/bin/phpunit --coverage-clover build/logs/clover.xml