Skip to content

Commit 4c84bdf

Browse files
committed
Also enable php: 7.4snapshot on Travis as 'nightly' is already 8.0
1 parent 61c169a commit 4c84bdf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ dist: xenial
55
matrix:
66
fast_finish: true
77
allow_failures:
8+
- php: 7.4snapshot
89
- php: nightly
910
include:
1011
- php: 7.1
1112
- php: 7.2
1213
- php: 7.3
14+
- php: 7.4snapshot
1315
- php: nightly
1416

1517
sudo: false
@@ -27,4 +29,4 @@ install:
2729
script:
2830
- composer validate --strict
2931
- find src -name *.php | xargs -n 1 php -l
30-
- vendor/bin/php-cs-fixer fix --dry-run
32+
- vendor/bin/php-cs-fixer fix -v --dry-run

0 commit comments

Comments
 (0)