From a890d1255dfd69a0dff3d6363691376453f5fc11 Mon Sep 17 00:00:00 2001 From: kazusuke sasezaki Date: Fri, 1 Nov 2013 22:32:11 +0900 Subject: [PATCH] .travis.yml - add PHP 5.5 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 93abdd19..cbff776e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: php php: - 5.3 - 5.4 + - 5.5 env: - TRAVISCI=1 @@ -16,4 +17,4 @@ notifications: email: - ci@andrewsville.cz -script: phpunit tests/TokenReflection \ No newline at end of file +script: phpunit tests/TokenReflection