1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-24 03:12:46 +01:00
freescout/.travis.yml
2021-07-09 14:51:48 -04:00

18 lines
204 B
YAML

language: php
php:
- 7.0
- 7.2
- 7.4
- 8.0
install:
- composer install
before_script:
- cp .env.travis .env
- mysql -e 'create database homestead_test;'
script:
- vendor/bin/phpunit