Travis tests binary built with generated files

This commit is contained in:
Alex Dadgar
2018-04-26 10:19:38 -07:00
parent e224e832b4
commit 9973467de9

View File

@@ -261,6 +261,9 @@ clean: ## Remove build artifacts
.PHONY: travis
travis: ## Run Nomad test suites with output to prevent timeouts under Travis CI
@if [ ! $(SKIP_NOMAD_TESTS) ]; then \
make generate; \
fi
@sh -C "$(PROJECT_ROOT)/scripts/travis.sh"
.PHONY: testcluster