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:
17
.travis.yml
17
.travis.yml
@@ -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
|
@@ -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.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user