mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-03-25 17:09:41 +01:00
16 lines
242 B
YAML
16 lines
242 B
YAML
language: php
|
|
php:
|
|
- '5.5'
|
|
- '5.6'
|
|
- '7.0'
|
|
- '7.1'
|
|
- hhvm
|
|
- nightly
|
|
|
|
before_script:
|
|
sudo apt-get install p7zip-full -y
|
|
sudo apt-get install zipalign -y
|
|
composer install
|
|
|
|
script:
|
|
vendor/bin/phpunit -v --tap -c bootstrap.xml |