From 85353c58440bd4ba1a4e156a5d1adff6314445da Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Thu, 8 Aug 2013 09:25:17 -0400 Subject: [PATCH] Test in PHP 5.5 too --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4f428b5f..10787e9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: php php: - 5.3 - 5.4 + - 5.5 before_script: composer install --dev -script: phpunit \ No newline at end of file +script: phpunit