aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormnpk <mwpark@castis.com>2015-06-22 10:12:58 +0900
committermnpk <mwpark@castis.com>2015-06-22 10:12:58 +0900
commit5e5cabcea3b4d2d4f202359de2cce2cd49ceaff2 (patch)
tree7f04106f6fe3819c9f0be2623e9f2e11e8095377
parent2bacbaa52a7805998bb63330ad5c544881b71f44 (diff)
downloadcrow-5e5cabcea3b4d2d4f202359de2cce2cd49ceaff2.tar.gz
crow-5e5cabcea3b4d2d4f202359de2cce2cd49ceaff2.zip
uncomment IRC notification, change links in readme to ipkn/crow
-rw-r--r--.travis.yml2
-rw-r--r--README.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 2b2d636..a547957 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
language: cpp
notifications:
- # irc: "chat.freenode.net##crow"
+ irc: "chat.freenode.net##crow"
compiler:
- gcc
diff --git a/README.md b/README.md
index d0a832c..6bd66f0 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@
Crow is C++ microframework for web. (inspired by Python Flask)
-![Travis Build](https://travis-ci.org/mnpk/crow.svg?branch=master)
-[![Coverage Status](https://coveralls.io/repos/mnpk/crow/badge.svg?branch=master)](https://coveralls.io/r/mnpk/crow?branch=master)
+![Travis Build](https://travis-ci.org/ipkn/crow.svg?branch=master)
+[![Coverage Status](https://coveralls.io/repos/ipkn/crow/badge.svg?branch=master)](https://coveralls.io/r/ipkn/crow?branch=master)
```c++
#include "crow.h"