From f668cd50b63d3c395d4f9a9c97a8a18002f5f712 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 7 Oct 2014 01:00:50 +0200 Subject: [PATCH] add php 5.6 to tests for travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f55f9cbf2..0a461f0e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: php php: - 5.5 - 5.4 + - 5.6 - hhvm install: composer install --dev