From: addshore Date: Mon, 24 Mar 2014 11:45:18 +0000 (+0100) Subject: Test against php 5.6 on travis X-Git-Tag: 1.31.0-rc.0~16521 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=43b7be3ca684e976a31a83482eedaca051f2ec6f;p=lhc%2Fweb%2Fwiklou.git Test against php 5.6 on travis Change-Id: I7401f1d059437eadd3712c012a93a6a5b6ac4403 --- diff --git a/.travis.yml b/.travis.yml index eb05fe29f5..e0a45a1ec1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,12 +13,14 @@ php: - 5.3 - 5.4 - 5.5 + - 5.6 matrix: allow_failures: - php: 5.3 - php: 5.4 - php: 5.5 + - php: 5.6 services: - mysql