1
0
mirror of https://github.com/danog/amp.git synced 2024-12-02 17:37:50 +01:00

Skip installing psalm on Travis with PHP 7.0

This commit is contained in:
Niklas Keller 2020-03-28 14:01:05 +01:00
parent 79bc10e1f2
commit ba4d8a20d1

View File

@ -31,6 +31,7 @@ install:
- travis/install-ev.sh
- travis/install-event.sh
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.0" ]]; then composer remove --dev vimeo/psalm; fi
- composer update -n --prefer-dist
- mkdir -p coverage/cov coverage/bin