diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-11-29 21:50:19 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 21:32:54 +0800 |
commit | 5311202cec7c77f95ccb18c657e466f9cdaf1e8c (patch) | |
tree | 12145832bf58a58d815b5f0e385276cb8c0a58a7 | |
parent | b2c125c8c6acc1809182dc5bbddd3594fe05720b (diff) | |
download | dexon-5311202cec7c77f95ccb18c657e466f9cdaf1e8c.tar dexon-5311202cec7c77f95ccb18c657e466f9cdaf1e8c.tar.gz dexon-5311202cec7c77f95ccb18c657e466f9cdaf1e8c.tar.bz2 dexon-5311202cec7c77f95ccb18c657e466f9cdaf1e8c.tar.lz dexon-5311202cec7c77f95ccb18c657e466f9cdaf1e8c.tar.xz dexon-5311202cec7c77f95ccb18c657e466f9cdaf1e8c.tar.zst dexon-5311202cec7c77f95ccb18c657e466f9cdaf1e8c.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. |