diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-11-29 21:50:19 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-12 17:27:19 +0800 |
commit | 4f9c54893e6eb06dd32c509137fc682cc7b1ab84 (patch) | |
tree | fc418f22e689587d38c322b1f5c97a09b93c5495 | |
parent | 23bdf9c7ef66f38dc5b50c849c83a3e8780b7b4f (diff) | |
download | go-tangerine-4f9c54893e6eb06dd32c509137fc682cc7b1ab84.tar go-tangerine-4f9c54893e6eb06dd32c509137fc682cc7b1ab84.tar.gz go-tangerine-4f9c54893e6eb06dd32c509137fc682cc7b1ab84.tar.bz2 go-tangerine-4f9c54893e6eb06dd32c509137fc682cc7b1ab84.tar.lz go-tangerine-4f9c54893e6eb06dd32c509137fc682cc7b1ab84.tar.xz go-tangerine-4f9c54893e6eb06dd32c509137fc682cc7b1ab84.tar.zst go-tangerine-4f9c54893e6eb06dd32c509137fc682cc7b1ab84.zip |
README.md: update CI badge (#67)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ DEXON implementation is based-on the go-ethereum project. The consensus layer is https://camo.githubusercontent.com/915b7be44ada53c290eb157634330494ebe3e30a/68747470733a2f2f676f646f632e6f72672f6769746875622e636f6d2f676f6c616e672f6764646f3f7374617475732e737667 )](https://godoc.org/github.com/dexon-foundation/dexon) [![Go Report Card](https://goreportcard.com/badge/github.com/dexon-foundation/dexon)](https://goreportcard.com/report/github.com/dexon-foundation/dexon) -[![Travis](https://travis-ci.org/dexon-foundation/dexon.svg?branch=master)](https://travis-ci.org/dexon-foundation/dexon) +[![Travis](https://travis-ci.com/dexon-foundation/dexon.svg?branch=master)](https://travis-ci.com/dexon-foundation/dexon) <!-- Automated builds are available for stable releases and the unstable master branch. |