From 0cb3489054cf1c9314df78c9c45eb8eaf7476e70 Mon Sep 17 00:00:00 2001 From: Joshua Sherman Date: Fri, 3 Jan 2014 17:53:49 -0500 Subject: [PATCH] Added back 5.4 and 5.3 as acceptable failures. Don't really need them but figured why the hell not. --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8ef2bd5..6353634 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,15 @@ language: php php: - - hhvm - 5.5 + - 5.4 + - 5.3 + - hhvm matrix: allow_failures: + - php: 5.4 + - php: 5.3 - php: hhvm install: