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

Commit 3d01a10

Browse files
committed
Add brew formula with dryrun option
1 parent 52f2cc9 commit 3d01a10

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.travis.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
go: 1.8.x
1616
script:
1717
- go build -v ./cmd/dep
18-
- ./hack/validate-linter.bash
18+
- ./hack/lint.bash
1919
- ./hack/validate-vendor.bash
2020
- ./hack/coverage.bash
2121
after_success:
@@ -73,3 +73,15 @@ jobs:
7373
repo: ebati/dep
7474
branch: ci-make-version
7575
tags: true
76+
- go: 1.8.x
77+
stage: brew-deploy
78+
install: skip
79+
script: skip
80+
deploy:
81+
- provider: script
82+
script:
83+
- 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
84+
on:
85+
repo: ebati/dep
86+
branch: ci-make-version
87+
tags: true
File renamed without changes.

0 commit comments

Comments
 (0)