Don't test against unsupported core versions

This commit is contained in:
Simon Welsh 2014-07-11 09:25:12 +10:00
parent c30b79265c
commit bd6bc17fc5
1 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@ env:
matrix: matrix:
- DB=POSTGRESQL CORE_RELEASE=3.0 - DB=POSTGRESQL CORE_RELEASE=3.0
- DB=POSTGRESQL CORE_RELEASE=3.1 - DB=POSTGRESQL CORE_RELEASE=3.1
- DB=POSTGRESQL CORE_RELEASE=master
before_script: before_script:
- composer self-update - composer self-update
@ -17,4 +16,4 @@ before_script:
- cd ~/builds/ss - cd ~/builds/ss
script: script:
- phpunit framework/tests - phpunit framework/tests