diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index f3b176fe..00000000 --- a/.travis.yml +++ /dev/null @@ -1,9 +0,0 @@ -language: node_js - -script: - - "make test" - -notifications: - email: false - irc: - - "irc.freenode.net#libuv" diff --git a/README.md b/README.md index e37b962f..b4cb4849 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# libuv [![Build Status](https://secure.travis-ci.org/joyent/libuv.png)](http://travis-ci.org/joyent/libuv) +# libuv libuv is a new platform layer for Node. Its purpose is to abstract IOCP on Windows and epoll/kqueue/event ports/etc. on Unix systems. We intend to