From 9973467de935265eae41025e20df062c090620d0 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Thu, 26 Apr 2018 10:19:38 -0700 Subject: [PATCH] Travis tests binary built with generated files --- GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index 048951b05..e6dcbfd9b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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