mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/13543] Add slow tests to travis matrix
PHPBB3-13543
This commit is contained in:
parent
9cdbb69f9e
commit
c423038587
1 changed files with 4 additions and 1 deletions
|
@ -16,6 +16,8 @@ matrix:
|
||||||
env: DB=postgres
|
env: DB=postgres
|
||||||
- php: 5.4
|
- php: 5.4
|
||||||
env: DB=sqlite3
|
env: DB=sqlite3
|
||||||
|
- php: 5.4
|
||||||
|
env: DB=mysqli;SLOWTESTS=1
|
||||||
- php: 5.5
|
- php: 5.5
|
||||||
env: DB=mysqli
|
env: DB=mysqli
|
||||||
- php: 5.6
|
- php: 5.6
|
||||||
|
@ -41,6 +43,7 @@ script:
|
||||||
- travis/check-sami-parse-errors.sh $DB $TRAVIS_PHP_VERSION
|
- travis/check-sami-parse-errors.sh $DB $TRAVIS_PHP_VERSION
|
||||||
- travis/check-image-icc-profiles.sh $DB $TRAVIS_PHP_VERSION
|
- travis/check-image-icc-profiles.sh $DB $TRAVIS_PHP_VERSION
|
||||||
- travis/check-executable-files.sh $DB $TRAVIS_PHP_VERSION ./
|
- travis/check-executable-files.sh $DB $TRAVIS_PHP_VERSION ./
|
||||||
- phpBB/vendor/bin/phpunit --configuration travis/phpunit-$DB-travis.xml
|
- sh -c "if [ '$SLOWTESTS' != '1' ]; then phpBB/vendor/bin/phpunit --configuration travis/phpunit-$DB-travis.xml; fi"
|
||||||
|
- sh -c "if [ '$SLOWTESTS' = '1' ]; then phpBB/vendor/bin/phpunit --configuration travis/phpunit-$DB-travis.xml --group slow; fi"
|
||||||
- sh -c "if [ '$TRAVIS_PHP_VERSION' = '5.3.3' -a '$DB' = 'mysqli' -a '$TRAVIS_PULL_REQUEST' != 'false' ]; then git-tools/commit-msg-hook-range.sh origin/$TRAVIS_BRANCH..FETCH_HEAD; fi"
|
- sh -c "if [ '$TRAVIS_PHP_VERSION' = '5.3.3' -a '$DB' = 'mysqli' -a '$TRAVIS_PULL_REQUEST' != 'false' ]; then git-tools/commit-msg-hook-range.sh origin/$TRAVIS_BRANCH..FETCH_HEAD; fi"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue