Skip to content

Commit 2c08394

Browse files
committed
Merge pull request #221 from FriendsOfSymfony/scrutinizer-timeout
Set Scrutinizer external coverage timeout
2 parents f9947c4 + f0b7e32 commit 2c08394

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.scrutinizer.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ imports:
22
- php
33

44
tools:
5-
external_code_coverage: true
5+
external_code_coverage:
6+
timeout: 1800
67
php_code_sniffer:
78
config:
89
standard: PSR2

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ branches:
1414

1515
matrix:
1616
include:
17+
- php: 5.6
18+
env:
19+
- PHPUNIT_FLAGS="--coverage-clover=coverage.clover"
20+
- COVERAGE=true
1721
- php: 5.5
1822
env: SYMFONY_VERSION='2.3.*'
1923
- php: 5.5
@@ -32,10 +36,6 @@ matrix:
3236
env:
3337
- SYMFONY_VERSION='2.7.*@dev'
3438
- FRAMEWORK_EXTRA_VERSION='~3.0'
35-
- php: 5.6
36-
env:
37-
- PHPUNIT_FLAGS="--coverage-clover=coverage.clover"
38-
- COVERAGE=true
3939

4040
before_script:
4141
- sh -c 'if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/symfony=$SYMFONY_VERSION; fi;'

0 commit comments

Comments
 (0)