Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
justjanne authored Aug 21, 2017
1 parent 7949290 commit 1856332
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@ before_deploy:
- mkdir -p release
- "GOOS=linux GOARCH=amd64 go build -o release/powerline-go-linux-amd64"
- "GOOS=darwin GOARCH=amd64 go build -o release/powerline-go-darwin-amd64"
- "GOOS=windows GOARCH=amd64 go build -o release/powerline-go-windows-amd64"

deploy:
provider: releases
api_key:
secure: "$GITHUB_API_KEY"
file:
- "release/gucci-v$VERSION-linux-amd64"
- "release/gucci-v$VERSION-darwin-amd64"
- "release/powerline-go-linux-amd64"
- "release/powerline-go-darwin-amd64"
- "release/powerline-go-windows-amd64"
skip_cleanup: true
on:
tags: true

0 comments on commit 1856332

Please sign in to comment.