mirror of
https://github.com/freescout-helpdesk/freescout.git
synced 2025-02-01 12:31:38 +01:00
11 lines
145 B
YAML
11 lines
145 B
YAML
language: php
|
|
php:
|
|
- 5.5
|
|
group: stable
|
|
before_install:
|
|
- composer self-update
|
|
install:
|
|
- composer install
|
|
script:
|
|
- ./vendor/bin/phpunit
|