mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-19 14:27:14 +01:00
add .travis.yml to subpackage
This commit is contained in:
parent
1c38169690
commit
5f82f775aa
14
packages/NodeTypeResolver/.travis.yml
Normal file
14
packages/NodeTypeResolver/.travis.yml
Normal file
@ -0,0 +1,14 @@
|
||||
language: php
|
||||
|
||||
php:
|
||||
- 7.1
|
||||
- 7.2
|
||||
|
||||
install:
|
||||
- composer install
|
||||
|
||||
script:
|
||||
- vendor/bin/phpunit
|
||||
|
||||
notifications:
|
||||
email: never
|
Loading…
x
Reference in New Issue
Block a user