Skip to content

Commit

Permalink
Ordering of these arguments matters
Browse files Browse the repository at this point in the history
  • Loading branch information
b1naryth1ef committed Jun 3, 2017
1 parent c07bd54 commit a73650c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ install:
- go get github.com/b1naryth1ef/bowser/cmd/bowser
- go get github.com/b1naryth1ef/bowser/cmd/bowser-create-account
- mkdir release/
- GOOS=linux GOARCH=amd64 go build github.com/b1naryth1ef/bowser/cmd/bowser -o release/bowser-linux-amd64
- GOOS=linux GOARCH=amd64 go build github.com/b1naryth1ef/bowser/cmd/bowser-create-account -o release/bowser-create-account-linux-amd64
- GOOS=darwin GOARCH=amd64 go build github.com/b1naryth1ef/bowser/cmd/bowser -o release/bowser-darwin-amd64
- GOOS=darwin GOARCH=amd64 go build github.com/b1naryth1ef/bowser/cmd/bowser-create-account -o release/bowser-create-account-drawin-amd64
- GOOS=linux GOARCH=amd64 go build -o release/bowser-linux-amd64 github.com/b1naryth1ef/bowser/cmd/bowser
- GOOS=linux GOARCH=amd64 go build -o release/bowser-create-account-linux-amd64 github.com/b1naryth1ef/bowser/cmd/bowser-create-account
- GOOS=darwin GOARCH=amd64 go build -o release/bowser-darwin-amd64 github.com/b1naryth1ef/bowser/cmd/bowser
- GOOS=darwin GOARCH=amd64 go build -o release/bowser-create-account-darwin-amd64 github.com/b1naryth1ef/bowser/cmd/bowser-create-account

deploy:
provider: releases
Expand Down

0 comments on commit a73650c

Please sign in to comment.