1
0
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:
Niklas Keller 2017-04-24 18:59:55 +02:00
parent 34192ceca5
commit 14d6b45b0a

View File

@ -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: