Skip to content

Commit

Permalink
Merge e438be5 into a1edb3f
Browse files Browse the repository at this point in the history
  • Loading branch information
benji07 committed Oct 19, 2017
2 parents a1edb3f + e438be5 commit 28ad4f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ matrix:
# bleeding edge (unreleased dev versions where failures are allowed)
- php: 7.1
env: SYMFONY_VERSION="3.4.*"
- php: 7.1
env: SYMFONY_VERSION="4.0.*"
- php: nightly
env: SYMFONY_VERSION="4.0.*"
allow_failures:
Expand All @@ -46,7 +48,7 @@ cache:
before_install:
- if [[ "$ENABLE_CODE_COVERAGE" != "yes" ]]; then phpenv config-rm xdebug.ini || true; fi;
- if [[ "$SYMFONY_VERSION" != "" ]]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update; fi;
- if [[ "$TRAVIS_PHP_VERSION" == "nightly" ]]; then composer remove "friendsofphp/php-cs-fixer" --no-update --no-interaction --dev; fi;
- if [[ "$CHECK_PHP_SYNTAX" != "yes" ]]; then composer remove "friendsofphp/php-cs-fixer" --no-update --no-interaction --dev; fi;

install:
- composer update --prefer-dist --no-interaction --optimize-autoloader --prefer-stable --no-progress $COMPOSER_FLAGS
Expand Down
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@
"symfony/phpunit-bridge": "^3.2|^4.0",
"symfony/browser-kit": "^2.8|^3.1|^4.0",
"symfony/css-selector": "^2.8|^3.1|^4.0",
"symfony/console": "^2.8|^3.0|^4.0",
"symfony/dependency-injection": "^2.8|^3.1|^4.0",
"symfony/doctrine-bridge": "^2.8|^3.1|^4.0",
"symfony/dom-crawler": "^2.8.1|^3.1|^4.0",
"symfony/filesystem": "^2.8|^3.1|^4.0",
"symfony/finder": "^2.8|^3.1|^4.0",
"symfony/form": "^2.8.5|^3.1|^4.0",
"symfony/framework-bundle": "^2.8|^3.1|^4.0",
"symfony/http-foundation": "^2.8|^3.1|^4.0",
Expand Down

0 comments on commit 28ad4f0

Please sign in to comment.