1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-07-31 04:30:13 +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 language: php
php: php:
- '5.5' - '5.5'
@@ -7,10 +9,17 @@ php:
- hhvm - hhvm
- nightly - nightly
# cache vendor dirs
cache:
directories:
- vendor
- $HOME/.composer/cache
before_script: before_script:
sudo apt-get install p7zip-full -y - sudo apt-get install p7zip-full -y
sudo apt-get install zipalign -y - sudo apt-get install zipalign -y
composer install - composer install
script: 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 Requirements
------------ ------------
- `PHP` >= 5.5 (64 bit) - `PHP` >= 5.5 (64 bit)
- PHP-extension `mbstring`
- Optional php-extension `bzip2` for BZIP2 compression. - Optional php-extension `bzip2` for BZIP2 compression.
- Optional php-extension `openssl` or `mcrypt` for `WinZip Aes Encryption` support. - Optional php-extension `openssl` or `mcrypt` for `WinZip Aes Encryption` support.