1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-03-24 00:19:43 +01:00
php-zip/.travis.yml
wapplay-home-linux bcd7949efe update ci config
2017-03-13 09:44:34 +03:00

26 lines
417 B
YAML

language: php
php:
- '5.5'
- '5.6'
- '7.0'
- '7.1'
- hhvm
- nightly
# cache vendor dirs
cache:
directories:
- vendor
- $HOME/.composer/cache
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y p7zip-full
- sudo apt-get install -y zipalign
before_script:
- composer install
script:
- composer validate --no-check-lock
- vendor/bin/phpunit -v --tap -c bootstrap.xml