From 34bf40a7758de6077e240b9a346881bd3cdd4983 Mon Sep 17 00:00:00 2001 From: Matt Bonneau Date: Fri, 21 Apr 2017 17:57:03 -0400 Subject: [PATCH] Revert "Drop support for php 5 and HHVM in travis" This reverts commit a1f7487ff81bd914c69c425984803a9f2eaf51a1. --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1d91756..11d51b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,11 @@ language: php php: + - 5.4 + - 5.5 + - 5.6 - 7 - - 7.1 + - hhvm before_install: - export PATH=$HOME/.local/bin:$PATH