Merge pull request #228 from marc1706/ticket/227
[ticket/227] Reduce size of test matrix
This commit is contained in:
@@ -6,9 +6,7 @@ php:
|
||||
- 5.5
|
||||
|
||||
env:
|
||||
- DB=mariadb
|
||||
- DB=mysql
|
||||
- DB=postgres
|
||||
|
||||
branches:
|
||||
except:
|
||||
@@ -44,6 +42,13 @@ script:
|
||||
- cd ../phpBB/ext/board3/portal
|
||||
- ../../../vendor/bin/phpunit --configuration travis/phpunit-$DB-travis.xml
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- php: 5.4
|
||||
env: DB=mariadb
|
||||
- php: 5.4
|
||||
env: DB=postgres
|
||||
|
||||
notifications:
|
||||
email:
|
||||
recipients:
|
||||
|
||||
Reference in New Issue
Block a user