6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-01-07 16:04:02 +00:00

Test Xqueue and Notes in travis-ci

This commit is contained in:
Régis Behmo 2018-09-15 20:24:35 +02:00
parent ae44e2beb1
commit 8f915f2d50

View File

@ -1,8 +1,9 @@
language: minimal language: minimal
services: services:
- docker - docker
env:
- ACTIVATE_NOTES=1 ACTIVATE_XQUEUE=1
script: script:
- make build-configurator
- make configure SILENT=1 - make configure SILENT=1
- make build - make build
- make migrate - make migrate