language: php sudo: false cache: directories: - $HOME/.composer/cache/files - .phpunit php: - 5.5 - 5.6 - 7.0 - 7.1 matrix: include: - php: 7.0 env: deps=low fast_finish: true env: global: - deps=no before_install: - export SYMFONY_PHPUNIT_DIR="$(pwd)/.phpunit" - INI_FILE=~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini - echo memory_limit = -1 >> $INI_FILE - phpenv config-rm xdebug.ini install: - if [ "$deps" = "no" ]; then composer install; fi; - if [ "$deps" = "low" ]; then composer --prefer-lowest --prefer-stable update; fi; script: - ./vendor/bin/simple-phpunit
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Configuration | Folder | 0755 |
|
|
DependencyInjection | Folder | 0755 |
|
|
EventListener | Folder | 0755 |
|
|
Request | Folder | 0755 |
|
|
Resources | Folder | 0755 |
|
|
Routing | Folder | 0755 |
|
|
Security | Folder | 0755 |
|
|
Templating | Folder | 0755 |
|
|
Tests | Folder | 0755 |
|
|
.gitignore | File | 75 B | 0644 |
|
.travis.yml | File | 698 B | 0644 |
|
CHANGELOG.md | File | 2.25 KB | 0644 |
|
LICENSE | File | 1.04 KB | 0644 |
|
README.md | File | 251 B | 0644 |
|
SensioFrameworkExtraBundle.php | File | 1.06 KB | 0644 |
|
composer.json | File | 1.65 KB | 0644 |
|
phpunit.xml.dist | File | 732 B | 0644 |
|