From 961aa1832e5701448382544d463aaff1e68d5157 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Fri, 30 Oct 2015 17:34:50 +1300 Subject: [PATCH] Add tests for php 5.6 and framework 3.2 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b90da37..a945e8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,8 @@ matrix: include: - php: 5.4 env: DB=MYSQL CORE_RELEASE=3 + - php: 5.6 + env: DB=MYSQL CORE_RELEASE=3.2 before_script: - git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support