1
0
Fork 0
mirror of https://github.com/vbatts/git-validation.git synced 2025-04-04 22:38:43 +00:00
This commit is contained in:
Vincent Batts 2016-04-05 19:42:29 +00:00
commit b71475a95b

View file

@ -8,7 +8,7 @@ sudo: false
before_install:
- go get golang.org/x/tools/cmd/vet
- go get -u github.com/golang/lint/golint
- mkdir -p $GOPATH/src/github.com/vbatts && ln -sf $(pwd) $GOPATH/src/github.com/vbatts/git-validation && go get ./...
- mkdir -p $GOPATH/src/github.com/vbatts && ln -sf $(pwd) $GOPATH/src/github.com/vbatts/git-validation && go get ./... && go install github.com/vbatts/git-validation
install: true
@ -17,4 +17,5 @@ script:
- golint ./...
- go build .
- go test -v ./...
- git-validation -v -run short-subject,dangling-whitespace