1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2025-02-01 04:21:39 +01:00
freescout/.travis.yml
2021-07-10 22:37:56 -07:00

15 lines
255 B
YAML

language: php
php:
- 7.0
- 7.2
- 7.4
- 8.0
before_script:
- cp .env.travis .env
- mysql -e 'create database homestead_test;'
# phpunit testing is disabled as dist vendor is cleared by removing unneeded files
#script:
# - vendor/bin/phpunit