From acbd5ae3713ce8b1869f292566279c36d25f4d2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Sat, 27 Apr 2019 10:58:43 +0200 Subject: [PATCH] Test interactive configuration in travis-ci With this test we would have realised earlier there was a bug with config defaults. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ba05eaa..8f1f1a0 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,7 @@ ci-bundle: ## Create bundle and run basic tests mkdir -p releases/ ./dist/tutor --version ./dist/tutor config printroot + yes "" | ./dist/tutor config save ./dist/tutor config save --yes --set ACTIVATE_NOTES=true --set ACTIVATE_XQUEUE=true ./releases/github-release: ## Download github-release binary