Skip to content

Commit

Permalink
Add support for PHP 7.3 & remove fake Symfony builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Jan 28, 2019
1 parent 2539294 commit 02793dd
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 02793dd

Please sign in to comment.