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

Commit 2484c39

Browse files
committed
Add brew formula with dryrun option
1 parent 52f2cc9 commit 2484c39

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.travis.yml

Lines changed: 14 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,16 @@ jobs:
7373
repo: ebati/dep
7474
branch: ci-make-version
7575
tags: true
76+
- go: 1.8.x
77+
os: osx
78+
stage: brew-deploy
79+
install: skip
80+
script: skip
81+
deploy:
82+
- provider: script
83+
script:
84+
- 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
85+
on:
86+
repo: ebati/dep
87+
branch: ci-make-version
88+
tags: true
File renamed without changes.

0 commit comments

Comments
 (0)