Skip to content

Commit

Permalink
Capture artifact from a Travis release (#7)
Browse files Browse the repository at this point in the history
* tinker w/release to capture artifact in GH

* don’t triggger multiple builds for common env vars

* make some travis deploy settings explicit

* deploy artifact under GOPATH
  • Loading branch information
tinkerware committed Jul 11, 2018
1 parent 71ddfb8 commit d7515ea
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Expand Up @@ -9,7 +9,9 @@ go:
- 1.9

env:
- DEP_VERSION="0.4.1"
global:
- DEP_VERSION="0.4.1"
- RELEASES_DRAFT=false

script:
- set -e
Expand All @@ -33,10 +35,11 @@ install:

deploy:
provider: releases
api_key:
secure: ${RELEASES_API_KEY_SECURE}
file: honeykaf
api_key: $RELEASES_API_KEY_SECURE
file: $GOPATH/bin/honeykaf
skip_cleanup: true
draft: $RELEASES_DRAFT
tag_name: $TRAVIS_TAG
on:
repo: cargurus/honeykaf
branch: master
Expand Down

0 comments on commit d7515ea

Please sign in to comment.