Skip to content

Commit

Permalink
Almost fixing go get
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasinsaurralde committed Jun 6, 2016
1 parent a99feda commit c88367e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ build:
name: go get
code: |
go get
go get github.com/joho/godotenv
cd ./marshalers && 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 c88367e

Please sign in to comment.