Trying to get tests to pass on travis

This commit is contained in:
JC Brand 2018-01-15 19:21:13 +01:00
parent 8c616f0edd
commit fc17550d0c

View File

@ -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