Skip to content

Commit

Permalink
add zip
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoala committed Mar 26, 2021
1 parent 1e06019 commit 4c5b4a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ before_script:
# Init PHP
- sudo apt-get -y install zip
- sudo apt-get -y install libzip-dev
- sudo apt-get -y install php-zip
- pecl channel-update pecl.php.net
- pecl install zip
- pecl install zlib zip
- phpenv rehash
- phpenv config-rm xdebug.ini || true
- echo 'memory_limit = 2048M' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
Expand Down

0 comments on commit 4c5b4a1

Please sign in to comment.