From cbd072ef5522108fb318e635dd5eeb434af13fa8 Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Wed, 20 Jul 2016 16:33:53 +0800 Subject: [PATCH] add travis --- .travis.yml | 2 ++ README.md | 3 +++ 2 files changed, 5 insertions(+) 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 # 简介