freescout/freescout-dist/.travis.yml

15 lines
255 B
YAML
Raw Normal View History

2023-12-22 19:40:32 +00:00
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