Skip to content

Commit

Permalink
Disable golint until travis stops breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdel committed Jun 13, 2015
1 parent 89f24bb commit f3e88da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ lint: deps
echo "$$lint"; \
if [ "$$lint" != "" ]; then exit 1; fi

unit: deps build lint
unit: deps build
go test ./...

build:
Expand Down

0 comments on commit f3e88da

Please sign in to comment.