Skip to content

Commit

Permalink
Try to fix travis tests for PHP 5.6, remove PHP 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Singer committed Jan 16, 2019
1 parent aae0d17 commit 8c8ff13
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.4
- 5.6
- 7.0
- 7.2
Expand All @@ -13,24 +12,18 @@ env:
- SYMFONY_VERSION=dev-master

before_script:
- composer require symfony/symfony:${SYMFONY_VERSION}
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer require symfony/framework-bundle:${SYMFONY_VERSION} --prefer-dist --no-interaction

script: vendor/bin/phpunit

matrix:
allow_failures:
- env: SYMFONY_VERSION=dev-master
exclude:
- env: SYMFONY_VERSION=dev-master
php: 5.4
- env: SYMFONY_VERSION=dev-master
php: 5.6
- env: SYMFONY_VERSION=dev-master
php: 7.0
- env: SYMFONY_VERSION=3.4.*
php: 5.4
- env: SYMFONY_VERSION=^4
php: 5.4
- env: SYMFONY_VERSION=^4
php: 5.6
- env: SYMFONY_VERSION=^4
Expand Down

0 comments on commit 8c8ff13

Please sign in to comment.