mirror of
https://github.com/danog/amp.git
synced 2024-11-30 04:29:08 +01:00
--ignore-platform-reqs on Travis because php-cs-fixer
See https://github.com/FriendsOfPHP/PHP-CS-Fixer/pull/2722.
This commit is contained in:
parent
34192ceca5
commit
14d6b45b0a
@ -16,7 +16,8 @@ install:
|
||||
- travis/install-uv.sh
|
||||
- travis/install-ev.sh
|
||||
- travis/install-event.sh
|
||||
- composer update -n --prefer-dist
|
||||
# --ignore-platform-reqs, because https://github.com/FriendsOfPHP/PHP-CS-Fixer/pull/2722
|
||||
- composer update -n --prefer-dist --ignore-platform-reqs
|
||||
- composer show
|
||||
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user