1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-24 19:33:07 +01:00
freescout/.travis.yml
2018-09-21 06:22:13 -07:00

15 lines
187 B
YAML

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