Merge commit 'c03f7d50ff6bc14d17b0c25201e6570dd84e5211' into shfmt

This commit is contained in:
Paul Bellamy
2016-10-26 15:32:28 +01:00
11 changed files with 391 additions and 341 deletions

View File

@@ -8,11 +8,17 @@ machine:
dependencies:
post:
- sudo chmod a+wr --recursive /usr/local/go/pkg
- go clean -i net
- go install -tags netgo std
- mkdir -p $(dirname $SRCDIR)
- cp -r $(pwd)/ $SRCDIR
- go get github.com/golang/lint/golint github.com/fzipp/gocyclo github.com/kisielk/errcheck
- |
go get \
github.com/fzipp/gocyclo \
github.com/golang/lint/golint \
github.com/kisielk/errcheck \
github.com/mvdan/sh/cmd/shfmt
test:
override: