Skip to content

Commit

Permalink
Drop Travis and hook the verify-commits into verify
Browse files Browse the repository at this point in the history
  • Loading branch information
tnozicka committed Sep 25, 2019
1 parent 4b9f648 commit 4a5f5f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
16 changes: 0 additions & 16 deletions .travis.yml

This file was deleted.

9 changes: 1 addition & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,19 +90,12 @@ verify: build
hack/verify-generated-openapi.sh ||r=1;\
hack/verify-generated-json-codecs.sh ||r=1; \
hack/verify-generated-swagger-spec.sh ||r=1;\
hack/verify-upstream-commits.sh ||r=1;\
exit $$r ;\
}
.PHONY: verify


# Verify commit comments.
#
# Example:
# make verify-commits
verify-commits:
hack/verify-upstream-commits.sh
.PHONY: verify-commits

# Update all generated artifacts.
#
# Example:
Expand Down

0 comments on commit 4a5f5f9

Please sign in to comment.