Update wercker.

This commit is contained in:
xeodou 2015-04-06 23:39:02 +08:00
parent defab1e47b
commit c38c17d68c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ build:
- script:
name: go lint
code: |
go lint
go get -u github.com/golang/lint/golint && golint
# Test the project
- script:
name: go test