Create .travis.yml
This commit is contained in:
parent
a564aa85fa
commit
ac5a8323c6
11
.travis.yml
Normal file
11
.travis.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
language: php
|
||||
|
||||
php:
|
||||
- 7.1
|
||||
- 7.2
|
||||
|
||||
before_script:
|
||||
- composer install --dev --prefer-source --no-interaction
|
||||
|
||||
script:
|
||||
- vendor/bin/phpunit
|
Loading…
Reference in a new issue