Add libzip-dev dependency to travis build
This commit is contained in:
parent
18139ea0d3
commit
e04abb9840
@ -4,6 +4,11 @@ php:
|
||||
- '7.0'
|
||||
- '5.6'
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libzip-dev
|
||||
|
||||
before_install:
|
||||
- echo "phar.readonly = 0" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user