From: Mihai Bazon Date: Thu, 24 Sep 2015 15:26:23 +0000 (+0300) Subject: Disable node 0.8 in Travis X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=233fb62bd818272ad07ca30636d8d9f1f9fcc85e;p=UglifyJS.git Disable node 0.8 in Travis --- diff --git a/.travis.yml b/.travis.yml index c33b24d1..511e4476 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ node_js: - "iojs" - "0.12" - "0.10" - - "0.8" matrix: fast_finish: true sudo: false