Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Commit

Permalink
Used Symfony Flex in favor of symfony/lts
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Aug 27, 2019
1 parent cb125b3 commit 9b72a9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -17,14 +17,14 @@ matrix:
- php: 7.1
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak
- php: 7.1
env: SYMFONY_LTS=^3
env: SYMFONY_REQUIRE="3.*"
- php: 7.2
- php: 7.3
env: DEPENDENCIES=dev

before_install:
- phpenv config-rm xdebug.ini
- if [ "$SYMFONY_LTS" != "" ]; then composer require --dev --no-update "symfony/lts:$SYMFONY_LTS"; fi
- composer global require --no-progress --no-scripts --no-plugins symfony/flex dev-master
- if [ "$DEPENDENCIES" = "dev" ]; then composer config minimum-stability dev; fi;

install:
Expand Down

0 comments on commit 9b72a9c

Please sign in to comment.