1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-25 03:43:33 +01:00
freescout/.travis.yml

13 lines
162 B
YAML
Raw Normal View History

2018-07-24 08:06:59 +02:00
language: php
php:
- 7.0
- 7.1
- 7.2
before_script:
- cp .env.travis .env
- mysql -e 'create database homestead_test;'
script:
- vendor/bin/phpunit