From 776e3a038591202e70992433ed6b30f737a2c44d Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 4 Apr 2013 01:50:21 +0300 Subject: [PATCH] Only build 0.1 branch against 3.0 core 3.1 and master no longer supported there --- .travis.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index fc16ccb..6098612 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,14 +6,6 @@ php: env: - DB=MYSQL CORE_RELEASE=3.0 - - DB=MYSQL CORE_RELEASE=3.1 - - DB=MYSQL CORE_RELEASE=master - - DB=PGSQL CORE_RELEASE=master - -matrix: - include: - - php: 5.4 - env: DB=MYSQL CORE_RELEASE=master before_script: - git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support @@ -21,4 +13,4 @@ before_script: - cd ~/builds/ss script: - - phpunit widgets/tests/ \ No newline at end of file + - phpunit widgets/tests/