1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

Do not run composer --version on install or before_install phase

This commit is contained in:
Haralan Dobrev 2013-11-10 14:57:37 +02:00
parent df3db71698
commit f63deb3cbb

View File

@ -9,3 +9,6 @@ php:
matrix:
allow_failures:
- php: 5.2
before_install: true
install: true