4645703de4
Ticket #28
7 lines
No EOL
100 B
YAML
7 lines
No EOL
100 B
YAML
language: php
|
|
php:
|
|
- '5.6'
|
|
- '7.0'
|
|
install:
|
|
- composer install
|
|
script: bin/phpunit.bat -c app |