From cf1dc61317774ad4d0b61b392df7a6cbd862bb1b Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Tue, 22 Jan 2013 16:49:06 +0100 Subject: [PATCH] test: remove .travis.yml Travis CI was generating a lot of false positives (or rather, false negatives - tests that fail due to the environment they run in) and it's been in a continuous error state for days now. Remove it, we'll set up something ourselves. --- .travis.yml | 9 --------- README.md | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 .travis.yml 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