From 4fc472e50e6ccf03d7774be1f48626d2e3761204 Mon Sep 17 00:00:00 2001 From: Jonathan Green Date: Tue, 10 Dec 2013 11:27:14 -0400 Subject: [PATCH] Update .travis.yml Add PHP 5.5 to see if our tests run. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 660fb448..eee7aa40 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: php php: - 5.3.3 - 5.4 + - 5.5 branches: only: - /^7.x/