From 2214d947f6fec1941cd744f5d60452d3393c4896 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 4 Mar 2016 13:58:28 +1300 Subject: [PATCH] Don't test against master, not supported Add tests against 3.2 instead, and remove 3.0 since it's no longer supported. --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5e99dc3..ad0e4a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,8 @@ php: - 5.3 env: - - DB=MYSQL CORE_RELEASE=3.0 - DB=MYSQL CORE_RELEASE=3.1 - - DB=PGSQL CORE_RELEASE=master + - DB=MYSQL CORE_RELEASE=3.2 before_script: - git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support @@ -15,4 +14,4 @@ before_script: - cd ~/builds/ss script: - - phpunit textextraction/tests/ \ No newline at end of file + - phpunit textextraction/tests/