From d35f34e35045fe216a99fdb5ffd3f24d2e6bd6ec Mon Sep 17 00:00:00 2001 From: Alan Garcia Date: Tue, 24 Jun 2014 14:11:51 +0000 Subject: [PATCH] Compile aussi en php 5.5 sur travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index bd2a5e41..4ca24f93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: php php: + - 5.5 - 5.4 - 5.3 script: phpunit --coverage-clover=coverage.clover