From e1524a10bb63d94d9dfbb1b524f45a920f5d96d2 Mon Sep 17 00:00:00 2001 From: Daniel Thee Roperto Date: Thu, 17 Nov 2016 15:17:42 +1100 Subject: [PATCH] Added Travis to check for PHP 5.5. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7924294..c098173 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ cache: - $HOME/.composer/cache php: + - 5.5 - 5.6 - 7.0