From 3f7e47bd021c8d43e4ac97801abe3837d0b20bd2 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sat, 28 Dec 2013 02:58:02 -0800 Subject: [PATCH] Revert "travis: test 0.11" This reverts commit 0425761c27b76956ecd465c39caafa1790680b31. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 939cb51..a12e3f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ language: node_js node_js: - "0.8" - - "0.10" - - "0.11" \ No newline at end of file + - "0.10" \ No newline at end of file -- 2.34.1