diff --git a/.travis.yml b/.travis.yml index 2b2d636ee..a54795744 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 d0a832c48..6bd66f02e 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"