File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -11,32 +11,37 @@ matrix:
11
11
12
12
install :
13
13
- travis_retry composer install --no-interaction --prefer-dist --optimize-autoloader
14
- - travis_retry wget https://phar.io/releases/phive.phar
15
14
16
15
script :
17
16
- ./vendor/bin/phpunit --no-coverage
18
17
19
18
jobs :
20
19
include :
21
- - stage : coverage
20
+ - stage : analysis
22
21
php : 7.1
23
22
script :
24
23
- ./vendor/bin/phpunit
25
24
after_script :
25
+ - travis_retry wget --no-verbose https://phar.io/releases/phive.phar
26
26
- travis_retry php phive.phar --no-progress install --trust-gpg-keys E82B2FB314E9906E php-coveralls/php-coveralls && ./tools/php-coveralls --verbose
27
- - travis_retry wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
27
+ - travis_retry wget --no-verbose https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
28
28
29
- - stage : lint
29
+ - stage : analysis
30
30
php : 7.1
31
31
before_script :
32
+ - travis_retry wget --no-verbose https://phar.io/releases/phive.phar
32
33
- travis_retry php phive.phar --no-progress install --trust-gpg-keys 8E730BA25823D8B5 phpstan
33
34
script :
34
35
- ./tools/phpstan analyse src --level max --configuration phpstan.neon
36
+
37
+ - stage : analysis
38
+ php : 7.1
39
+ script :
35
40
- composer create-project symplify/easy-coding-standard temp/ecs ^3 && temp/ecs/bin/ecs check src tests
36
41
37
42
cache :
38
43
directories :
39
- - $HOME/.composer/cache/files
44
+ - $HOME/.composer
40
45
- $HOME/.phive
41
46
42
47
notifications :
You can’t perform that action at this time.
0 commit comments