1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-04-13 19:21:56 +02:00

update ci config

This commit is contained in:
wapplay-home-linux 2017-03-13 09:37:16 +03:00
parent 46654e3e8d
commit 3d8be5c339
2 changed files with 13 additions and 5 deletions

View File

@ -1,3 +1,5 @@
sudo: false
language: php
php:
- '5.5'
@ -7,10 +9,17 @@ php:
- hhvm
- nightly
# cache vendor dirs
cache:
directories:
- vendor
- $HOME/.composer/cache
before_script:
sudo apt-get install p7zip-full -y
sudo apt-get install zipalign -y
composer install
- sudo apt-get install p7zip-full -y
- sudo apt-get install zipalign -y
- composer install
script:
vendor/bin/phpunit -v --tap -c bootstrap.xml
- composer validate --no-check-lock
- vendor/bin/phpunit -v --tap -c bootstrap.xml

View File

@ -23,7 +23,6 @@ Features:
Requirements
------------
- `PHP` >= 5.5 (64 bit)
- PHP-extension `mbstring`
- Optional php-extension `bzip2` for BZIP2 compression.
- Optional php-extension `openssl` or `mcrypt` for `WinZip Aes Encryption` support.