Skip to content

Commit 849d8a1

Browse files
authored
Merge pull request #249 from gabriel-caruso/patch-1
Fix PHP 5.3 on Travis CI
2 parents 5caef0d + f0f6dc9 commit 849d8a1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ dist: trusty
33
sudo: false
44

55
php:
6-
- 5.3
76
- 5.4
87
- 5.5
98
- 5.5.9
@@ -13,6 +12,11 @@ php:
1312
- 7.2
1413
- hhvm
1514

15+
matrix:
16+
include:
17+
- php: 5.3
18+
dist: precise
19+
1620
install: travis_retry composer install --no-interaction --prefer-source
1721

1822
script: vendor/bin/phpunit

0 commit comments

Comments
 (0)