TASK: Install make to run install routine

This commit is contained in:
Daniel Siepmann 2017-04-08 23:10:59 +02:00
parent bd3e6b080d
commit a2eb6d799d
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -1,6 +1,7 @@
image: 'composer:latest'
before_script:
- apk add --no-cache make
- >
composer install
--optimize-autoloader