We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e725c commit 0cd1ca4Copy full SHA for 0cd1ca4
Makefile
@@ -15,6 +15,7 @@ DOC_FILES := \
15
runtime-config.md \
16
runtime-config-linux.md \
17
glossary.md
18
+EPOCH_TEST_COMMIT := 041eb73d2e0391463894c04c8ac938036143eba3
19
20
docs: pdf html
21
.PHONY: docs
@@ -43,7 +44,7 @@ html:
43
44
45
.PHONY: test .govet .golint .gitvalidation
46
-test: .govet .golint
47
+test: .govet .golint .gitvalidation
48
49
# `go get golang.org/x/tools/cmd/vet`
50
.govet:
@@ -55,7 +56,7 @@ test: .govet .golint
55
56
57
# `go get github.com/vbatts/git-validation`
58
.gitvalidation:
- git-validation -run DCO,short-subject -v -range ${TRAVIS_COMMIT_RANGE}
59
+ git-validation -q -run DCO,short-subject -v -range $(EPOCH_TEST_COMMIT)..HEAD
60
61
clean:
62
rm -rf output/ *~
0 commit comments