Skip to content

Commit 82a43b7

Browse files
committed
Fixed travis/phpenv missing PHP 5.4 and 5.5 test environments
1 parent b504652 commit 82a43b7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ matrix:
2121
env: COMPOSER_FLAGS='--prefer-lowest --prefer-stable'
2222
- php: 5.3
2323
dist: precise
24+
- php: 5.4
25+
dist: trusty
26+
- php: 5.5
27+
dist: trusty
2428
- php: 7.2
2529
env: STABILITY=dev
2630

0 commit comments

Comments
 (0)