build: Add missing dashes in .travis.yml (restore PHP 7.1/7.2 tests)
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 13 Jun 2019 22:21:25 +0000 (23:21 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Thu, 13 Jun 2019 22:21:25 +0000 (23:21 +0100)
commitdce22b4b63f0de2e3c0f125a3943fb16e74b150f
treea7562a18bba717e392afb11980b253b763c879fb
parent5074ec954b4ce3890a27562163d3a7a7c7bc3495
build: Add missing dashes in .travis.yml (restore PHP 7.1/7.2 tests)

Follows-up f638c599d5, in which I accidentally removed the leading
dashes from the entries in the 'include' array.

Apparently when you do that, it just assumes you intended to
have a dash in front of the first line and create a single-item
object in which you have the same key four times, where the last
one wins. Thus, testing only 1 variant: php 7.0.

Change-Id: I3fd77749017d15cc60daf9a531417b55c604e7ff
.travis.yml