webui: make travis run unit tests

Quentin Gliech created

Change summary

webui/Makefile | 1 +
1 file changed, 1 insertion(+)

Detailed changes

webui/Makefile 🔗

@@ -6,6 +6,7 @@ install:
 
 test:
 	npm run lint
+	CI=true npm run test
 
 build:
 	npm run build