Skip to content

Commit

Permalink
Merge pull request ethereum#25 from etclabscore/fix/ci_builds
Browse files Browse the repository at this point in the history
Fix Travis CI config
  • Loading branch information
r8d8 committed Jul 29, 2019
2 parents 1fa7864 + d8618a8 commit 864cf2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -20,7 +20,7 @@ matrix:
file_glob: true
draft: true
on:
repo: multi-geth/multi-geth
repo: etclabscore/multi-geth
tags: true
skip_cleanup: true
tag_name: "$TRAVIS_TAG"
Expand Down Expand Up @@ -48,7 +48,7 @@ matrix:
file_glob: true
draft: true
on:
repo: multi-geth/multi-geth
repo: etclabscore/multi-geth
tags: true
skip_cleanup: true
tag_name: "$TRAVIS_TAG"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -6,12 +6,12 @@
[![API Reference](
https://camo.githubusercontent.com/915b7be44ada53c290eb157634330494ebe3e30a/68747470733a2f2f676f646f632e6f72672f6769746875622e636f6d2f676f6c616e672f6764646f3f7374617475732e737667
)](https://godoc.org/github.com/multi-geth/multi-geth)
[![Go Report Card](https://goreportcard.com/badge/github.com/multi-geth/multi-geth)](https://goreportcard.com/report/github.com/multi-geth/multi-geth)
[![Travis](https://travis-ci.org/multi-geth/multi-geth.svg?branch=master)](https://travis-ci.org/multi-geth/multi-geth)
[![Go Report Card](https://goreportcard.com/badge/github.com/etclabscore/multi-geth)](https://goreportcard.com/report/github.com/etclabscore/multi-geth)
[![Travis](https://travis-ci.org/etclabscore/multi-geth.svg?branch=master)](https://travis-ci.org/etclabscore/multi-geth)
[![Gitter](https://badges.gitter.im/multi-geth/community.svg)](https://gitter.im/multi-geth/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Code Shelter](https://www.codeshelter.co/static/badges/badge-flat.svg)](https://www.codeshelter.co/)

Binary archives are published at https://github.com/multi-geth/multi-geth/releases.
Binary archives are published at https://github.com/etclabscore/multi-geth/releases.

Upstream development from [ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) is merged to this repository regularly,
usually at every upstream tagged release. Every effort is made to maintain seamless compatibility with upstream source, including compatible RPC, JS, and CLI
Expand Down

0 comments on commit 864cf2f

Please sign in to comment.