1
0
mirror of https://github.com/danog/amp.git synced 2024-11-30 04:29:08 +01:00

Restore composer show to travis

This commit is contained in:
Aaron Piotrowski 2017-01-13 12:11:11 -06:00
parent 7a95f58b3b
commit 130825d9f5

View File

@ -22,6 +22,7 @@ install:
else
composer update -n --prefer-source;
fi;
- composer show
script:
- phpdbg -qrr vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml