mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
travis config mod
This commit is contained in:
parent
a063876749
commit
89ab4080b6
2 changed files with 8 additions and 8 deletions
12
.travis.yml
12
.travis.yml
|
|
@ -201,9 +201,9 @@ matrix:
|
||||||
script:
|
script:
|
||||||
- go run build/ci.go purge -store gethstore/builds -days 14
|
- go run build/ci.go purge -store gethstore/builds -days 14
|
||||||
|
|
||||||
notifications:
|
# notifications:
|
||||||
webhooks:
|
# webhooks:
|
||||||
urls:
|
# urls:
|
||||||
- https://webhooks.gitter.im/e/e09ccdce1048c5e03445
|
# - https://webhooks.gitter.im/e/e09ccdce1048c5e03445
|
||||||
on_success: change
|
# on_success: change
|
||||||
on_failure: always
|
# on_failure: always
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ Official golang implementation of the Ethereum protocol.
|
||||||
https://camo.githubusercontent.com/915b7be44ada53c290eb157634330494ebe3e30a/68747470733a2f2f676f646f632e6f72672f6769746875622e636f6d2f676f6c616e672f6764646f3f7374617475732e737667
|
https://camo.githubusercontent.com/915b7be44ada53c290eb157634330494ebe3e30a/68747470733a2f2f676f646f632e6f72672f6769746875622e636f6d2f676f6c616e672f6764646f3f7374617475732e737667
|
||||||
)](https://godoc.org/github.com/ethereum/go-ethereum)
|
)](https://godoc.org/github.com/ethereum/go-ethereum)
|
||||||
[](https://goreportcard.com/report/github.com/ethereum/go-ethereum)
|
[](https://goreportcard.com/report/github.com/ethereum/go-ethereum)
|
||||||
[](https://travis-ci.org/ethereum/go-ethereum)
|
[](https://travis-ci.org/ShyftNetwork/shyft_go-ethereum)
|
||||||
[](https://gitter.im/ethereum/go-ethereum?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
[](https://gitter.im/ethereum/go-ethereum?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
||||||
|
|
||||||
Automated builds are available for stable releases and the unstable master branch.
|
Automated builds are available for stable releases and the unstable master branch.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue