MDL-66062 travis: Force PHP 7.1.30 to avoid some unit test failures

Make this sticky because current default version (7.1.11)
has a bug with redis-extension outputting information and breaking
tests.
This commit is contained in:
Eloy Lafuente (stronk7) 2019-07-02 12:30:28 +02:00
parent 7ec1804935
commit 3b07f13d52

View File

@ -16,7 +16,7 @@ dist: trusty
php:
# We only run the highest and lowest supported versions to reduce the load on travis-ci.org.
- 7.3
- 7.1
- 7.1.30 # Make this sticky because current default version (7.1.11) has a bug with redis-extension output (MDL-66062)
addons:
postgresql: "9.6"