From: Mihai Bazon Date: Tue, 7 Jan 2014 16:56:18 +0000 (+0200) Subject: Disable node 0.6 since the build fails consistently and it's not our fault. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=72e6f64ca896fc77f7d87ec36eaec9dc19771f41;p=UglifyJS.git Disable node 0.6 since the build fails consistently and it's not our fault. --- diff --git a/.travis.yml b/.travis.yml index d9591272..3d9a761d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: node_js node_js: - "0.4" - - "0.6" - "0.8" - "0.10" - "0.11"