Removed 3.0 tests from master, since it only supports 3.1+

This commit is contained in:
Ingo Schommer 2013-03-19 13:09:31 +01:00
parent a9d9dae824
commit 2dff101b45

View File

@ -4,7 +4,7 @@ php:
- 5.4
env:
- TESTDB=MYSQL CORE_RELEASE=3.0
- TESTDB=MYSQL CORE_RELEASE=3.1
- TESTDB=MYSQL CORE_RELEASE=master
- TESTDB=PGSQL CORE_RELEASE=master
@ -13,7 +13,7 @@ matrix:
- php: 5.4
env: TESTDB=PGSQL CORE_RELEASE=master
- php: 5.4
env: TESTDB=MYSQL CORE_RELEASE=3.0
env: TESTDB=MYSQL CORE_RELEASE=3.1
before_script:
- pear -q install --onlyreqdeps pear/PHP_CodeSniffer