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:
parent
79bc10e1f2
commit
ba4d8a20d1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user