Merge pull request #6459 from schultyy/patch-1

Test PHP 5.3 on Precise
main
Rob 7 years ago committed by GitHub
commit 27ee47def7

@ -14,7 +14,6 @@ addons:
- parallel
php:
- 5.3
- 5.4
- 5.5
- 5.6
@ -24,6 +23,9 @@ php:
- nightly
matrix:
include:
- dist: precise
php: 5.3
fast_finish: true
allow_failures:
- php: nightly

Loading…
Cancel
Save