Skip to content

Commit

Permalink
Removed old versions from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
helios-ag committed Jul 28, 2019
1 parent 18916e5 commit 212498a
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 @@ -17,14 +17,6 @@ env:
matrix:
fast_finish: true
include:
- php: 7.1
env: SYMFONY_VERSION=3.4.* SYMFONY_PHPUNIT_BRIDGE_VERSION=4.0.* SYMFONY_DEPRECATIONS_HELPER=weak_vendors LEVEL=0
- php: 7.1
env: SYMFONY_VERSION=4.0.* SYMFONY_PHPUNIT_BRIDGE_VERSION=4.0.* SYMFONY_DEPRECATIONS_HELPER=weak_vendors LEVEL=0
- php: 7.2
env: SYMFONY_VERSION=4.0.* SYMFONY_PHPUNIT_BRIDGE_VERSION=4.0.* SYMFONY_DEPRECATIONS_HELPER=weak_vendors LEVEL=0
- php: 7.1
env: SYMFONY_VERSION=4.1.* SYMFONY_PHPUNIT_BRIDGE_VERSION=4.1.* SYMFONY_DEPRECATIONS_HELPER=weak_vendors LEVEL=0
- php: 7.2
env: SYMFONY_VERSION=4.1.* SYMFONY_PHPUNIT_BRIDGE_VERSION=4.1.* SYMFONY_DEPRECATIONS_HELPER=weak_vendors LEVEL=0
- php: 7.3
Expand All @@ -38,7 +30,7 @@ matrix:

before_install:
- echo "memory_limit=2G" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini

install:
- composer require --no-update symfony/symfony:${SYMFONY_VERSION}
- composer require --no-update symfony/form:${SYMFONY_VERSION}
Expand Down

0 comments on commit 212498a

Please sign in to comment.