Skip to content

Commit

Permalink
goreleaser for .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liujianping committed May 12, 2019
1 parent 3591f26 commit 9a18790
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,11 @@ script:
- $GOPATH/bin/goveralls -service=travis-ci
- GOOS=windows go install -mod vendor github.com/liujianping/job
- GOOS=linux go install -mod vendor github.com/liujianping/job
- GOOS=darwin go install -mod vendor github.com/liujianping/job
- GOOS=darwin go install -mod vendor github.com/liujianping/job
# calls goreleaser
deploy:
- provider: script
skip_cleanup: true
script: curl -sL https://git.io/goreleaser | bash
on:
tags: true
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Job:
stdout: true
http:
request:
url: "https://www.baidu.com"
url: "https://github.com/liujianping/job"
method: GET
# headers:
# Content-Type: application/json
Expand Down Expand Up @@ -201,13 +201,15 @@ Code distribution:

## TODO

- support metrics report to prometheus push gateway
- template variables for commands
- more embend commands support, like:
- grpc
- thrift
- database
- smtp
- [ ] support metrics report to prometheus push gateway
- [ ] template variables for commands
- [ ] more embedded commands support, like:
- [x] http
- [ ] grpc
- [ ] thrift
- [ ] database
- [ ] smtp
- [ ] commands response assertions

## Inspired By

Expand Down

0 comments on commit 9a18790

Please sign in to comment.