oreolek
/
news-script
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
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
image: php:7.2-cli
before_script:
- 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 --'
- php ./composer.phar install