From 26d89025ed1cb1cb87a6cf60cc9fcbee96242e80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Sat, 8 Jul 2017 17:07:48 +0200 Subject: [PATCH] Support legacy PHP 5.3 through PHP 7.1 --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5a04437..e93c46f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,13 @@ language: php php: - 5.3 + - 5.4 + - 5.5 - 5.6 + - 7.0 + - 7.1 + +sudo: false # also test against HHVM, but require "trusty" and ignore errors matrix: