浏览代码

Trying to get tests to pass on travis

JC Brand 7 年之前
父节点
当前提交
fc17550d0c
共有 1 个文件被更改,包括 1 次插入2 次删除
  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