Refactoring
This commit is contained in:
16
lib/composer/vendor/sebastian/code-unit-reverse-lookup/.travis.yml
vendored
Normal file
16
lib/composer/vendor/sebastian/code-unit-reverse-lookup/.travis.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
language: php
|
||||
|
||||
php:
|
||||
- 5.6
|
||||
- 7.0
|
||||
|
||||
sudo: false
|
||||
|
||||
before_script:
|
||||
- composer self-update
|
||||
- composer install --no-interaction --prefer-source --dev
|
||||
|
||||
script: ./vendor/bin/phpunit
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
Reference in New Issue
Block a user