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 d6aea95 commit 4f3147dCopy full SHA for 4f3147d
.travis.yml
@@ -7,12 +7,12 @@ sudo: false
7
8
before_install:
9
- go version | (grep -q 'go1.[56]' || exit 0 && go get -u github.com/golang/lint/golint )
10
- - go get github.com/vbatts/git-validation
+ - go get -u github.com/vbatts/git-validation
11
12
install: true
13
14
script:
15
- go vet -x ./...
16
- make .golint
17
- - $HOME/gopath/bin/git-validation -run DCO,short-subject,dangling-whitespace -v -range ${TRAVIS_COMMIT_RANGE}
+ - git-validation -run DCO,short-subject,dangling-whitespace -v
18
0 commit comments