From 0dbdd9b2c451dbf9190548ba56dbedb44bf86195 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Thu, 26 Jun 2014 16:35:29 +0200 Subject: [PATCH] Try php5.6 with travis. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index eb97031..1df23f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: php php: + - 5.6 - 5.5 - 5.4 - 5.3 @@ -24,3 +25,4 @@ addons: matrix: allow_failures: - php: hhvm + - php: 5.6