Skip to content

Commit

Permalink
Merge d2da4b4 into e88cf2a
Browse files Browse the repository at this point in the history
  • Loading branch information
smoliji committed Apr 19, 2020
2 parents e88cf2a + d2da4b4 commit 3597541
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,25 @@ before_install:

script:
- $GOPATH/bin/goveralls -service=travis-ci

before_deploy:
- GOOS=linux go build -o=goproxie-linux
- GOOS=darwin go build -o=goproxie-mac
- GOOS=windows go build -o=goproxie-win

deploy:
provider: releases
api_key: "GITHUB OAUTH TOKEN"
file:
- goproxie-win
- goproxie-mac
- goproxie-linux
on:
# TODO Remove when tested
branch: feat/travis-deploy
# TODO Uncomment when tested
# tags: true
# skip_cleanup: true
overwrite: true
# TODO Uncomment when deploys are stable
draft: true

0 comments on commit 3597541

Please sign in to comment.