mirror of https://github.com/statping/statping
parent
8897f2cccb
commit
f0105d4414
|
@ -41,11 +41,6 @@ before_deploy:
|
||||||
after_deploy:
|
after_deploy:
|
||||||
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" = "false" ]]; then make publish-homebrew; fi
|
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" = "false" ]]; then make publish-homebrew; fi
|
||||||
|
|
||||||
deploy:
|
|
||||||
- provider: releases
|
|
||||||
api_key: $GH_TOKEN
|
|
||||||
skip_cleanup: true
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: master
|
- go: master
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
0.79.94
|
0.79.95
|
Loading…
Reference in New Issue