mirror of
https://github.com/freescout-helpdesk/freescout.git
synced 2024-11-25 20:02:30 +01:00
22 lines
218 B
YAML
22 lines
218 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.5
|
|
- 5.6
|
|
- 7.0
|
|
- 7.1
|
|
- 7.2
|
|
|
|
matrix:
|
|
fast_finish: true
|
|
|
|
sudo: false
|
|
|
|
install: composer install --no-interaction
|
|
|
|
notifications:
|
|
email:
|
|
on_success: always
|
|
on_failure: always
|
|
|