Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
Add brew formula with dryrun option
Browse files Browse the repository at this point in the history
  • Loading branch information
ebati committed Aug 19, 2017
1 parent 52f2cc9 commit d764c12
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
go: 1.8.x
script:
- go build -v ./cmd/dep
- ./hack/validate-linter.bash
- ./hack/lint.bash
- ./hack/validate-vendor.bash
- ./hack/coverage.bash
after_success:
Expand Down Expand Up @@ -73,3 +73,15 @@ jobs:
repo: ebati/dep
branch: ci-make-version
tags: true
- go: 1.8.x
stage: brew-deploy
install: skip
script: skip
deploy:
- provider: script
script:
- brew bump-formula-pr --dry-run --message= --url=https://github.com/ebati/dep/releases/download/$TRAVIS_TAG/dep-darwin-amd64 --sha256=https://github.com/ebati/dep/releases/download/$TRAVIS_TAG/dep-darwin-amd64.sha256 dep
on:
repo: ebati/dep
branch: ci-make-version
tags: true
File renamed without changes.

0 comments on commit d764c12

Please sign in to comment.