Skip to content

Commit 3dab5b0

Browse files
gnugatderrabus
andcommitted
Removed duplicate PHP 5.5 and 5.4 entries from travis.yml
As suggested by @derrabus, PHP 5.5 and 5.4 are also added through the matrix, so they're unnecessary in the php version list. Co-Authored-By: Alexander M. Turek <me@derrabus.de>
1 parent 82a43b7 commit 3dab5b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
- SYMFONY_PHPUNIT_REMOVE='' # don't remove prophecy
1414
- SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT=1
1515

16-
php: [7.2, 7.1, 7.0, 5.6, 5.5, 5.4]
16+
php: [7.2, 7.1, 7.0, 5.6]
1717

1818
matrix:
1919
include:

0 commit comments

Comments
 (0)