[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.222.164.252: ~ $
language: php

dist: trusty
sudo: false

cache:
    directories:
        - $HOME/.composer/cache/files
        - .phpunit

env:
    global:
        - SYMFONY_PHPUNIT_DIR=.phpunit

matrix:
  fast_finish: true
  include:
    - php: 5.6
      env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak
    # Test against Symfony LTS versions
    - php: 5.6
      env: SYMFONY_VERSION="2.7.*"
    - php: 5.6
      env: SYMFONY_VERSION="2.8.*"
    - php: 5.6
      env: SYMFONY_VERSION="3.4.*" DEPENDENCIES=dev
    - php: 7.1
    - php: 7.0
    - php: 7.1
    - php: 7.2
    # Test against dev versions
    - php: nightly
      env: DEPENDENCIES=dev
  allow_failures:
    - env: DEPENDENCIES=dev

before_install:
    - composer self-update
    - if [ "$DEPENDENCIES" = "dev" ]; then perl -pi -e 's/^}$/,"minimum-stability":"dev"}/' composer.json; fi;
    - if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/symfony:"$SYMFONY_VERSION"; fi

install:
    - composer update $COMPOSER_FLAGS
    - ./vendor/bin/simple-phpunit install

script: ./vendor/bin/simple-phpunit -v --coverage-text

Filemanager

Name Type Size Permission Actions
DependencyInjection Folder 0755
Resources Folder 0755
SwiftMailer Folder 0755
Tests Folder 0755
.gitattributes File 53 B 0644
.gitignore File 47 B 0644
.travis.yml File 1.1 KB 0644
CHANGELOG.md File 1.54 KB 0644
LICENSE File 1.04 KB 0644
MonologBundle.php File 1.95 KB 0644
README.md File 345 B 0644
composer.json File 1.13 KB 0644
phpunit.xml.dist File 570 B 0644