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: - script:
name: go lint name: go lint
code: | code: |
go lint go get -u github.com/golang/lint/golint && golint
# Test the project # Test the project
- script: - script:
name: go test name: go test