mirror of
https://github.com/freescout-helpdesk/freescout.git
synced 2024-11-25 11:52:29 +01:00
13 lines
162 B
YAML
13 lines
162 B
YAML
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 |