Remove phantomjs call from the makefile

This commit is contained in:
Michael Lange
2018-06-11 15:54:58 -07:00
parent ad6ba1ab9c
commit 7f36eb37c7

View File

@@ -288,7 +288,6 @@ test-ui: ## Run Nomad UI test suite
@cd ui && npm rebuild node-sass
@cd ui && yarn install
@echo "--> Running ember tests"
@cd ui && phantomjs --version
@cd ui && npm test
.PHONY: ember-dist