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 1856332 commit 7b0be03
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,7 +11,8 @@ 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"
# Windows doesn't work yet, due to the readonly segment
# - "GOOS=windows GOARCH=amd64 go build -o release/powerline-go-windows-amd64"

deploy:
provider: releases
Expand All @@ -20,7 +21,8 @@ deploy:
file:
- "release/powerline-go-linux-amd64"
- "release/powerline-go-darwin-amd64"
- "release/powerline-go-windows-amd64"
# Windows doesn't work yet, due to the readonly segment
# - "release/powerline-go-windows-amd64"
skip_cleanup: true
on:
tags: true

0 comments on commit 7b0be03

Please sign in to comment.