Update wercker.
This commit is contained in:
parent
defab1e47b
commit
c38c17d68c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue