Update wercker file.

This commit is contained in:
xeodou 2015-04-07 21:43:11 +08:00
parent e6b54d085c
commit e9b1d17cde
1 changed files with 5 additions and 0 deletions

View File

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