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

15 lines
187 B
YAML
Raw Normal View History

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