From 79da34ff6ea21ee2f034733673000a8a5a7208e1 Mon Sep 17 00:00:00 2001 From: Simon Welsh Date: Thu, 13 Mar 2014 21:00:10 +1300 Subject: [PATCH] Add PHP 5.6 to the test matrix --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index da82b2e5..fc704247 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,8 @@ matrix: env: DB=MYSQL CORE_RELEASE=3.1 - php: 5.5 env: DB=MYSQL CORE_RELEASE=3.1 + - php: 5.6 + env: DB=MYSQL CORE_RELEASE=3.1 - php: 5.4 env: DB=MYSQL CORE_RELEASE=3.1 BEHAT_TEST=1 @@ -52,4 +54,4 @@ branches: notifications: irc: channels: - - "irc.freenode.org#silverstripe" \ No newline at end of file + - "irc.freenode.org#silverstripe"