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