PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Roni   Easy Menu ACL Bundle   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Easy Menu ACL Bundle
Build menu showing items depending on the user
Author: By
Last change:
Date: 2 years ago
Size: 518 bytes
 

Contents

Class file image Download
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm env: - SYMFONY_VERSION=2.2.* - SYMFONY_VERSION=2.3.* - SYMFONY_VERSION=2.4.* - SYMFONY_VERSION=2.5.* - SYMFONY_VERSION=2.6.* cache: directories: - $COMPOSER_CACHE_DIR before_script: - composer selfupdate - composer require --prefer-source --no-interaction --dev symfony/symfony:${SYMFONY_VERSION} script: - mkdir -p build/logs - vendor/bin/phpunit --coverage-clover build/logs/clover.xml after_script: - php vendor/bin/coveralls -v