Skip to content

Commit

Permalink
Wecker build
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasinsaurralde committed Jun 6, 2016
1 parent 32137af commit 23302cc
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions wercker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
box: golang

build:
steps:
- setup-go-workspace

- script:
name: go get
code: |
go get
- script:
name: go build
code: |
go build ./...
- script:
name: go test
code: |
go test ./marshalers

0 comments on commit 23302cc

Please sign in to comment.