Archived
1
0
Fork 0

the script requires pandoc installed

This commit is contained in:
Alexander Yakovlev 2018-09-24 13:21:05 +07:00
parent 48bb921d7d
commit f98926b03d

View file

@ -1,7 +1,7 @@
image: php:7.2-cli image: php:7.2-cli
before_script: before_script:
- apt-get update - apt-get update
- apt-get install --no-install-recommends -y unzip - apt-get install --no-install-recommends -y unzip pandoc
- '[[ ! -f composer.phar ]] && curl -sS https://getcomposer.org/installer | php --' - '[[ ! -f composer.phar ]] && curl -sS https://getcomposer.org/installer | php --'
- php ./composer.phar install - php ./composer.phar install