From 76d40061765a8d0d54fe487587187e8a25240a78 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Tue, 11 Feb 2020 21:19:00 +0100 Subject: [PATCH] webui: make travis run unit tests --- webui/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/webui/Makefile b/webui/Makefile index 1f023cc9019a27c32425c4639537bb633f943317..8c028e10300c01be80346472d069b609e98f53c8 100644 --- a/webui/Makefile +++ b/webui/Makefile @@ -6,6 +6,7 @@ install: test: npm run lint + CI=true npm run test build: npm run build