aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Frans de Jonge <fransdejonge@gmail.com> 2019-07-30 20:47:52 +0200
committerGravatar GitHub <noreply@github.com> 2019-07-30 20:47:52 +0200
commit005b77e076610050b0a4e7c82da23a00bc79ce3d (patch)
treebd887fb18d156d3f677ac15483bab373b928bae1
parente99e4353d48cecc9c780f6bb5d45dea1401fc7d6 (diff)
[CI] Fix PHP 5.4 and 5.5 (#2470)
The PHP 5.4 and 5.5 archives recently started failing, also see https://travis-ci.community/t/php-5-4-and-5-5-archives-missing/3723 Setting them to use the Trusty images restores their functionality.
-rw-r--r--.travis.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 82f50f1ae..76e890bba 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,5 @@
language: php
php:
- - 5.4
- - 5.5
- 5.6
- 7.0
- 7.1
@@ -35,6 +33,11 @@ matrix:
# PHP 5.3 only runs on Ubuntu 12.04 (precise), not 14.04 (trusty)
- php: "5.3"
dist: precise
+ # PHP 5.4 & 5.5 only run on Travis in 14.04 (trusty), not 16.04 (xenial)
+ - php: "5.4"
+ dist: trusty
+ - php: "5.5"
+ dist: trusty
- php: "7.2"
env: CHECK_TRANSLATION=yes VALIDATE_STANDARD=no
- language: node_js