From 6aa633e412fb3713430610b90089692850bbdd56 Mon Sep 17 00:00:00 2001 From: isaacs Date: Sun, 19 Aug 2012 13:28:08 -0700 Subject: [PATCH] Sorry, travis. It keeps reporting passing builds as failures. A CI system that has this many false negatives gets ignored, and that's worse than not having a CI system. Investigate later maybe, if these issues get cleared up. I don't have time or inclination to dig into it right now, though. --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index a385519bd15..00000000000 --- a/.travis.yml +++ /dev/null @@ -1,4 +0,0 @@ -language: node_js -before_install: "make &>out || cat out; rm out" -node_js: - - 0.8