Skip to content

Commit

Permalink
Merge pull request #76 from corywalker/corywalker
Browse files Browse the repository at this point in the history
Automated binary releases!
  • Loading branch information
corywalker committed Jul 27, 2017
2 parents e084761 + c3c4be3 commit 3e24ac1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .goreleaser.yml
@@ -0,0 +1,10 @@
# .goreleaser.yml
# Build customization
builds:
- binary: expreduce
goos:
- windows
- darwin
- linux
goarch:
- amd64
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -10,3 +10,9 @@ go_import_path: github.com/corywalker/expreduce

script:
- go test -v ./...

after_success:
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash

notifications:
email: false

0 comments on commit 3e24ac1

Please sign in to comment.