1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-01-18 05:08:17 +01:00

Add .travis.yml

This commit is contained in:
wapplay-home-linux 2017-03-13 08:37:47 +03:00
parent db50dd8e46
commit 16c214b8a4

15
.travis.yml Normal file
View File

@ -0,0 +1,15 @@
language: php
php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- '7.1'
- hhvm
- nightly
before_script:
composer install
script:
vendor/bin/phpunit -v -c bootstrap.xml