Skip to content

Commit 8c8ff13

Browse files
author
Christoph Singer
committed
Try to fix travis tests for PHP 5.6, remove PHP 5.4
1 parent aae0d17 commit 8c8ff13

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.travis.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 5.4
54
- 5.6
65
- 7.0
76
- 7.2
@@ -13,24 +12,18 @@ env:
1312
- SYMFONY_VERSION=dev-master
1413

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

1817
script: vendor/bin/phpunit
1918

2019
matrix:
2120
allow_failures:
2221
- env: SYMFONY_VERSION=dev-master
2322
exclude:
24-
- env: SYMFONY_VERSION=dev-master
25-
php: 5.4
2623
- env: SYMFONY_VERSION=dev-master
2724
php: 5.6
2825
- env: SYMFONY_VERSION=dev-master
2926
php: 7.0
30-
- env: SYMFONY_VERSION=3.4.*
31-
php: 5.4
32-
- env: SYMFONY_VERSION=^4
33-
php: 5.4
3427
- env: SYMFONY_VERSION=^4
3528
php: 5.6
3629
- env: SYMFONY_VERSION=^4

0 commit comments

Comments
 (0)