Use precise for test PHP 5.3

This commit is contained in:
Matthieu Mota 2017-11-16 10:37:19 +01:00 committed by GitHub
parent 51c54c813c
commit 1adfd1bd8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,9 @@ php:
matrix:
include:
# Use precise for PHP 5.3
- php: 5.3
dist: precise
# Test against lowest bounds of dependencies to ensure they are right
- php: 5.6
env: COMPOSER_FLAGS='--prefer-lowest --prefer-stable'