Skip to content

Commit

Permalink
Travis tests binary built with generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Apr 26, 2018
1 parent 3a244d4 commit e5dbabf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5dbabf

Please sign in to comment.