mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-08-01 21:20:09 +02:00
Add .travis.yml
This commit is contained in:
15
.travis.yml
Normal file
15
.travis.yml
Normal 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
|
Reference in New Issue
Block a user