Skip to content

Commit dc2d5cb

Browse files
committed
Build on php 7.4
1 parent c3290ce commit dc2d5cb

File tree

3 files changed

+3
-35
lines changed

3 files changed

+3
-35
lines changed

.travis.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ php:
44
- 7.1
55
- 7.2
66
- 7.3
7+
- 7.4snapshot
78

89
matrix:
910
fast_finish: true
11+
allow_failures:
12+
- php: 7.4snapshot
1013

1114
install:
1215
- travis_retry sudo apt install graphviz
@@ -26,23 +29,9 @@ jobs:
2629
- travis_retry php phive.phar --no-progress install --trust-gpg-keys E82B2FB314E9906E php-coveralls/php-coveralls && ./tools/php-coveralls --verbose
2730
- travis_retry wget --no-verbose https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
2831

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-
4232
cache:
4333
directories:
4434
- $HOME/.composer
45-
- $HOME/.phive
4635

4736
notifications:
4837
irc: "irc.freenode.org#phpdocumentor"

easy-coding-standard.neon

Lines changed: 0 additions & 17 deletions
This file was deleted.

phive.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)