Skip to content

Commit

Permalink
Trying to install *all* deps
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasinsaurralde committed Jun 6, 2016
1 parent 23302cc commit ea1931e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ build:
name: go get
code: |
go get
cd ./marshalers && go get
cd ./examples && go get
- script:
name: go build
code: |
go build ./...
go build ./marshalers
- script:
name: go test
Expand Down

0 comments on commit ea1931e

Please sign in to comment.