diff --git a/.travis.yml b/.travis.yml index 00987a4..6a239ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,4 @@ env: script: - go test -v ./... after_success: - - bash -c "$(curl -fsSL https://raw.githubusercontent.com/codeskyblue/gorelease/master/scripts/build-standalone.sh)" args0 "windows linux darwin" - - bash -c "$(curl -fsSL https://raw.githubusercontent.com/codeskyblue/gorelease/master/scripts/upload-qiniu.sh)" + - bash -c "$(curl -fsSL http://bitly.com/gorelease)" gorelease diff --git a/README.md b/README.md index e2de19c..f9450b4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # gosuv [![Build Status](https://travis-ci.org/codeskyblue/gosuv.svg)](https://travis-ci.org/codeskyblue/gosuv) -[![gorelease](https://dn-gorelease.qbox.me/gorelease-download-brightgreen.png)](http://gorelease.herokuapp.com/dn-gobuild5.qbox.me/gosuv/master) +[![gorelease](https://dn-gorelease.qbox.me/gorelease-download-blue.svg)](http://gorelease.herokuapp.com/dn-gobuild5.qbox.me/gosuv/master) golang port of python-supervisor