PHP Classes

File: vendor/symfony/swiftmailer-bundle/.travis.yml

Recommend this page to a friend!
  Classes of Murat Cileli   Papernic   vendor/symfony/swiftmailer-bundle/.travis.yml   Download  
File: vendor/symfony/swiftmailer-bundle/.travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Papernic
Manage documents colaboratively
Author: By
Last change:
Date: 7 years ago
Size: 681 bytes
 

Contents

Class file image Download
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - hhvm sudo: false cache: directories: - $HOME/.composer/cache/files matrix: fast_finish: true include: - php: 5.3 env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak - php: 5.6 env: SYMFONY_VERSION=2.8.*@dev - php: 5.6 env: DEPENDENCIES=dev before_install: - composer self-update - if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update "symfony/symfony:$SYMFONY_VERSION"; fi - if [ "$DEPENDENCIES" = "dev" ]; then perl -pi -e 's/^}$/,"minimum-stability":"dev"}/' composer.json; fi; install: composer update $COMPOSER_FLAGS