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:
parent
db50dd8e46
commit
16c214b8a4
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
|
Loading…
x
Reference in New Issue
Block a user