From 9d1d90e33620a288158ea764a2af21f74064f058 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 13 Feb 2014 14:47:51 +0100 Subject: [PATCH] [ticket/12188] Add php 5.6 to travis enviroments PHPBB3-12188 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 28362481c6..f576f1c800 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ php: - 5.3 - 5.4 - 5.5 + - 5.6 env: - DB=mariadb