parent
e44e7b6423
commit
4645703de4
1 changed files with 7 additions and 0 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
language: php
|
||||
php:
|
||||
- '5.6'
|
||||
- '7.0'
|
||||
install:
|
||||
- composer install
|
||||
script: bin/phpunit.bat -c app
|
Reference in a new issue