samdark / sitemap

Sitemap and sitemap index builder
BSD 3-Clause "New" or "Revised" License
530 stars 87 forks source link

Fix Travis config to support PHP v5.3 #51

Closed terales closed 6 years ago

terales commented 6 years ago

We have an error at Travis job:

PHP 5.3 is supported only on Precise.
See https://docs.travis-ci.com/user/reference/trusty#PHP-images on how to test PHP 5.3 on Precise.

Solution is to add php 5.3 to matrix:

matrix:
  include:
    - php: 5.3
      dist: precise