添加网站文件
This commit is contained in:
18
vendor/endroid/qr-code/.travis.yml
vendored
Normal file
18
vendor/endroid/qr-code/.travis.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
language: php
|
||||
|
||||
php:
|
||||
- 5.6
|
||||
- 7.0
|
||||
- 7.1
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
||||
before_install:
|
||||
- phpenv config-rm xdebug.ini
|
||||
- composer self-update && composer install --no-interaction
|
||||
|
||||
script: bin/phpunit
|
||||
|
||||
notifications:
|
||||
email: info@endroid.nl
|
||||
Reference in New Issue
Block a user