Skip to content

Commit

Permalink
Merge pull request #215 from vbatts/move-out-commit-validation
Browse files Browse the repository at this point in the history
.tools: commit validator is a separate project
  • Loading branch information
crosbymichael committed Oct 6, 2015
2 parents 98e5ff7 + ad149f9 commit 3633d03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 228 deletions.
227 changes: 0 additions & 227 deletions .tools/validate.go

This file was deleted.

3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ sudo: false
before_install:
- go get golang.org/x/tools/cmd/vet
- go get github.com/golang/lint/golint
- go get github.com/vbatts/git-validation

install: true

script:
- go vet -x ./...
- $HOME/gopath/bin/golint ./...
- go run .tools/validate.go -range ${TRAVIS_COMMIT_RANGE}
- $HOME/gopath/bin/git-validation -run DCO,short-subject -v -range ${TRAVIS_COMMIT_RANGE}

0 comments on commit 3633d03

Please sign in to comment.