1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-25 20:02:30 +01:00
freescout/vendor/webklex/laravel-imap/.travis.yml
2018-08-03 11:56:06 -07:00

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