Skip to content
Snippets Groups Projects
Commit 5946a1af authored by Daniel Hürtgen's avatar Daniel Hürtgen
Browse files

BUGFIX: Remove failing package installation of 'zip'

parent 5dde7639
Branches
Tags
No related merge requests found
......@@ -6,7 +6,7 @@ cache:
- vendor/
before_script:
- apt-get update; apt-get install -y zip unzip
- apt-get update; apt-get install -y unzip
- composer install --optimize-autoloader --no-interaction --no-ansi --prefer-dist
lint:coding-guideline:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment