Add Travis
parent
f33fda952f
commit
04d583f361
|
@ -0,0 +1,10 @@
|
|||
language: php
|
||||
|
||||
php:
|
||||
- '7.0'
|
||||
|
||||
install:
|
||||
- composer install
|
||||
|
||||
script:
|
||||
- vendor/bin/phpunit --bootstrap vendor/autoload.php tests
|
Loading…
Reference in New Issue