Remove phantomjs call from the makefile

This commit is contained in:
Michael Lange 2018-06-11 15:54:58 -07:00
parent b4d2921783
commit cf11b1f820
1 changed files with 0 additions and 1 deletions

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