1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-24 11:13:02 +01:00
LinkAce/.travis.yml

14 lines
139 B
YAML

branches:
only:
- master
language: php
php:
- '7.1.3'
- '7.2'
- '7.3'
install:
- cp .env.example .env
- composer install