Skip to content

Commit

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

0 comments on commit 5a4d2d3

Please sign in to comment.