From 0ed38eed41a05091d0724f2016c09731925dd806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Thu, 3 Aug 2017 13:59:22 +0200 Subject: [PATCH] Test against legacy PHP 5.3 through PHP 7.1 --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0b24271..742f062 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,11 @@ language: php php: - 5.3 + - 5.4 + - 5.5 - 5.6 + - 7.0 + - 7.1 # also test against HHVM, but require "trusty" and ignore errors matrix: