summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2017-01-24 19:41:32 +0800
committerruki <[email protected]>2017-01-24 19:41:32 +0800
commit662d1f9ab08fc23622f1d3f8bb47e9da54678803 (patch)
treeadec1b93fb52c94a39e7f5b581d69baf6f06b66b
parentf14fa45df91884f585aaecdc6adc71a68309a864 (diff)
modify travis icon url
-rwxr-xr-xREADME.md2
-rwxr-xr-xREADME_zh.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a47506721..e8f4abfbd 100755
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# A make-like build utility based on Lua
-[![Build Status](https://api.travis-ci.org/tboox/xmake.svg)](https://travis-ci.org/tboox/xmake) [![Build status](https://ci.appveyor.com/api/projects/status/cop0jof7vs6as34r?svg=true)](https://ci.appveyor.com/project/tboox/xmake) [![Join the chat at https://gitter.im/waruqi/tboox](https://badges.gitter.im/waruqi/tboox.svg)](https://gitter.im/waruqi/tboox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![donate](http://tboox.org/static/img/donate.svg)](http://xmake.io/pages/donation.html#donate)
+[![Build Status](https://api.travis-ci.org/tboox/xmake.svg?branch=master)](https://travis-ci.org/tboox/xmake) [![Build status](https://ci.appveyor.com/api/projects/status/cop0jof7vs6as34r/branch/master?svg=true)](https://ci.appveyor.com/project/tboox/xmake/branch/master) [![Join the chat at https://gitter.im/waruqi/tboox](https://badges.gitter.im/waruqi/tboox.svg)](https://gitter.im/waruqi/tboox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![donate](http://tboox.org/static/img/donate.svg)](http://xmake.io/pages/donation.html#donate)
## Introduction ([中文](/README_zh.md))
diff --git a/README_zh.md b/README_zh.md
index 0aebe781c..3366160cc 100755
--- a/README_zh.md
+++ b/README_zh.md
@@ -1,6 +1,6 @@
# 一个基于Lua的轻量级跨平台自动构建工具
-[![Build Status](https://api.travis-ci.org/tboox/xmake.svg)](https://travis-ci.org/tboox/xmake) [![Build status](https://ci.appveyor.com/api/projects/status/cop0jof7vs6as34r?svg=true)](https://ci.appveyor.com/project/tboox/xmake) [![Join the chat at https://gitter.im/waruqi/tboox](https://badges.gitter.im/waruqi/tboox.svg)](https://gitter.im/waruqi/tboox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![donate](http://tboox.org/static/img/donate.svg)](http://xmake.io/pages/donation.html#donate)
+[![Build Status](https://api.travis-ci.org/tboox/xmake.svg?branch=master)](https://travis-ci.org/tboox/xmake) [![Build status](https://ci.appveyor.com/api/projects/status/cop0jof7vs6as34r/branch/master?svg=true)](https://ci.appveyor.com/project/tboox/xmake/branch/master) [![Join the chat at https://gitter.im/waruqi/tboox](https://badges.gitter.im/waruqi/tboox.svg)](https://gitter.im/waruqi/tboox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![donate](http://tboox.org/static/img/donate.svg)](http://xmake.io/pages/donation.html#donate)
## 简介