language: php php: - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 env: global: - COMPOSER_ROOT_VERSION=2.0.0 sudo: false dist: trusty cache: directories: - $HOME/.composer/cache/files matrix: fast_finish: true include: - php: 5.6 env: SYMFONY_VERSION='~2.8.0' - php: 5.6 env: SYMFONY_VERSION='~3.0.0' - php: 5.6 env: SYMFONY_VERSION='~3.4.0' - php: 7.1 env: SYMFONY_VERSION='~3.4.0' - php: 7.1 env: SYMFONY_VERSION='~4.0' - php: 5.5 env: COMPOSER_FLAGS='--prefer-lowest --prefer-stable' before_script: - if [ "$SYMFONY_VERSION" = "~4.0" ]; then composer config minimum-stability dev; composer config prefer-stable true; fi - echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini - if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/symfony=$SYMFONY_VERSION; fi - composer update ${COMPOSER_FLAGS} --no-interaction script: - vendor/bin/phpunit --coverage-clover clover after_success: - if [[ $TRAVIS_PHP_VERSION = '5.6' ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi - if [[ $TRAVIS_PHP_VERSION = '5.6' ]]; then php ocular.phar code-coverage:upload --format=php-clover clover; fi
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Cache | Folder | 0755 |
|
|
ContextFactory | Folder | 0755 |
|
|
DependencyInjection | Folder | 0755 |
|
|
ExpressionLanguage | Folder | 0755 |
|
|
Resources | Folder | 0755 |
|
|
Serializer | Folder | 0755 |
|
|
Templating | Folder | 0755 |
|
|
Tests | Folder | 0755 |
|
|
.gitignore | File | 39 B | 0644 |
|
.scrutinizer.yml | File | 114 B | 0644 |
|
.travis.yml | File | 1.23 KB | 0644 |
|
CHANGELOG.md | File | 68.76 KB | 0644 |
|
JMSSerializerBundle.php | File | 2.35 KB | 0644 |
|
LICENSE | File | 1.04 KB | 0644 |
|
META.md | File | 203 B | 0644 |
|
README.md | File | 960 B | 0644 |
|
UPGRADING.md | File | 3.61 KB | 0644 |
|
composer.json | File | 1.63 KB | 0644 |
|
phpunit.xml.dist | File | 1018 B | 0644 |
|