diff --git a/.travis.yml b/.travis.yml index f334308..bde20fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,3 +5,5 @@ compiler: script: - $CC -O3 test.cpp -o test -lstdc++ + + diff --git a/README.md b/README.md index 7985cef..7de415a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ KCP - A Fast and Reliable ARQ Protocol ====================================== +[![Powered][2]][1] [![Build Status][4]][5] [1]: https://github.com/skywind3000/kcp [2]: http://skywind3000.github.io/word/images/kcp.svg [3]: https://raw.githubusercontent.com/skywind3000/kcp/master/kcp.svg +[4]: https://api.travis-ci.org/skywind3000/kcp.svg?branch=master +[5]: https://travis-ci.org/skywind3000/kcp # 简介