Don't test against master, not supported

Add tests against 3.2 instead, and remove 3.0 since it's no longer supported.
This commit is contained in:
Ingo Schommer 2016-03-04 13:58:28 +13:00
parent 526de4586c
commit 2214d947f6
1 changed files with 2 additions and 3 deletions

View File

@ -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/
- phpunit textextraction/tests/