mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-06 07:30:40 +00:00
Test interactive configuration in travis-ci
With this test we would have realised earlier there was a bug with config defaults.
This commit is contained in:
parent
a2241a07c6
commit
acbd5ae371
1
Makefile
1
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
|
||||
|
Loading…
Reference in New Issue
Block a user