File tree Expand file tree Collapse file tree 3 files changed +3
-35
lines changed Expand file tree Collapse file tree 3 files changed +3
-35
lines changed Original file line number Diff line number Diff line change 4
4
- 7.1
5
5
- 7.2
6
6
- 7.3
7
+ - 7.4snapshot
7
8
8
9
matrix :
9
10
fast_finish : true
11
+ allow_failures :
12
+ - php : 7.4snapshot
10
13
11
14
install :
12
15
- travis_retry sudo apt install graphviz
26
29
- travis_retry php phive.phar --no-progress install --trust-gpg-keys E82B2FB314E9906E php-coveralls/php-coveralls && ./tools/php-coveralls --verbose
27
30
- 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
31
29
- - stage : analysis
30
- php : 7.1
31
- before_script :
32
- - travis_retry wget --no-verbose https://phar.io/releases/phive.phar
33
- - travis_retry php phive.phar --no-progress install --trust-gpg-keys 8E730BA25823D8B5 phpstan
34
- script :
35
- - ./tools/phpstan analyse src --level max --configuration phpstan.neon
36
-
37
- - stage : analysis
38
- php : 7.1
39
- script :
40
- - composer create-project symplify/easy-coding-standard temp/ecs ^3 && temp/ecs/bin/ecs check src tests
41
-
42
32
cache :
43
33
directories :
44
34
- $HOME/.composer
45
- - $HOME/.phive
46
35
47
36
notifications :
48
37
irc : " irc.freenode.org#phpdocumentor"
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments