We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c169a commit 4c84bdfCopy full SHA for 4c84bdf
.travis.yml
@@ -5,11 +5,13 @@ dist: xenial
5
matrix:
6
fast_finish: true
7
allow_failures:
8
+ - php: 7.4snapshot
9
- php: nightly
10
include:
11
- php: 7.1
12
- php: 7.2
13
- php: 7.3
14
15
16
17
sudo: false
@@ -27,4 +29,4 @@ install:
27
29
script:
28
30
- composer validate --strict
31
- find src -name *.php | xargs -n 1 php -l
- - vendor/bin/php-cs-fixer fix --dry-run
32
+ - vendor/bin/php-cs-fixer fix -v --dry-run
0 commit comments