1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-20 08:04:45 +01:00
LinkAce/.travis.yml
2019-09-12 23:07:02 +02:00

24 lines
340 B
YAML

branches:
only:
- master
stages:
- test-backend
- test-frontend
jobs:
include:
- stage: test-backend
language: php
php:
- '7.2'
- '7.3'
install:
- cp .env.example .env
- composer install
- stage: test-frontend
language: node_js
node_js:
- 'lts/*'