6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-21 17:09:03 +00:00

Fix travis build to include xqueue & notes

This commit is contained in:
Régis Behmo 2018-09-30 14:51:03 +02:00
parent e60e0071c4
commit 96cd7c82d7

View File

@ -2,7 +2,7 @@ language: minimal
services: services:
- docker - docker
script: script:
- make configure SILENT=1 ACTIVATE_NOTES=1 ACTIVATE_XQUEUE=1 - make configure SILENT=1 CONFIGURE_OPTS="-e SETTING_ACTIVATE_NOTES=1 -e SETTING_ACTIVATE_XQUEUE=1"
- make build - make build
- make databases - make databases
#- make assets # too time-consuming #- make assets # too time-consuming