Update wercker.

This commit is contained in:
xeodou 2015-04-06 23:36:16 +08:00
parent 93ac07754f
commit defab1e47b
1 changed files with 0 additions and 5 deletions

View File

@ -4,11 +4,6 @@ box: wercker/golang
build:
# The steps that will be executed on build
steps:
# Get the project
- script:
name: go get
code: |
go get ./...
# Lint the project
- script:
name: go lint