Browse Source

Trying to get tests to pass on travis

JC Brand 7 năm trước cách đây
mục cha
commit
fc17550d0c
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      Makefile

+ 1 - 2
Makefile

@@ -218,8 +218,7 @@ eslint: stamp-npm
 
 .PHONY: check
 check: eslint
-	LOG_CR_VERBOSITY=INFO $(CHROMIUM) http://localhost:$(HTTPSERVE_PORT)/tests.html
-
+	LOG_CR_VERBOSITY=INFO $(CHROMIUM) --no-sandbox http://localhost:$(HTTPSERVE_PORT)/tests.html
 
 ########################################################################
 ## Documentation