Skip to content

Commit

Permalink
refactor #157 Add support for PHP 7.3 & remove fake Symfony builds (p…
Browse files Browse the repository at this point in the history
…amil)

This PR was merged into the 1.3 branch.

Discussion
----------

Requiring dev Symfony packages still keeps others on the highest possible version.

Commits
-------

02793dd Add support for PHP 7.3 & remove fake Symfony builds
  • Loading branch information
pamil authored Jan 28, 2019
2 parents 2539294 + 02793dd commit 956ec89
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ sudo: false

php:
- 7.2
- 7.3

cache:
yarn: true
Expand All @@ -17,9 +18,6 @@ env:
global:
- SYLIUS_CACHE_DIR=$HOME/.sylius-cache
- SYLIUS_BUILD_DIR=etc/build
matrix:
- SYMFONY_VERSION="3.4.*"
- SYMFONY_VERSION="4.2.*"

before_install:
- phpenv config-rm xdebug.ini
Expand All @@ -31,12 +29,6 @@ before_install:
- set -a && source tests/Application/.env.test && set +a

install:
- composer require "symfony/browser-kit:${SYMFONY_VERSION}" --no-interaction --no-update
- composer require "symfony/debug-bundle:${SYMFONY_VERSION}" --no-interaction --no-update
- composer require "symfony/dotenv:${SYMFONY_VERSION}" --no-interaction --no-update
- composer require "symfony/intl:${SYMFONY_VERSION}" --no-interaction --no-update
- composer require "symfony/web-profiler-bundle:${SYMFONY_VERSION}" --no-interaction --no-update
- composer require "symfony/web-server-bundle:${SYMFONY_VERSION}" --no-interaction --no-update
- composer install --no-interaction --prefer-dist
- (cd tests/Application && yarn install)

Expand Down

0 comments on commit 956ec89

Please sign in to comment.