mirror of
https://gh.wpcy.net/https://github.com/rilustrisimo/freescout-support.git
synced 2026-04-29 14:32:36 +08:00
18 lines
275 B
YAML
18 lines
275 B
YAML
language: php
|
|
|
|
sudo: false
|
|
dist: trusty
|
|
|
|
php:
|
|
- 7.1
|
|
- 7.2
|
|
- 7.3
|
|
|
|
before_install:
|
|
- composer global require phpunit/phpunit ^7.0
|
|
|
|
before_script:
|
|
- composer update --dev
|
|
|
|
script:
|
|
- /home/travis/.config/composer/vendor/bin/phpunit --configuration phpunit.travis.xml
|