From: Shinnosuke Watanabe Date: Thu, 26 Jun 2014 04:17:59 +0000 (+0900) Subject: Do not run a test for Node v0.4 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=8463b48f90e4281ce96cb8d4e3e00db8c4333da3;p=UglifyJS.git Do not run a test for Node v0.4 Travis CI doesn’t support Node v0.4. http://docs.travis-ci.com/user/languages/javascript-with-nodejs/#Provide d-Node.js-Versions --- diff --git a/.travis.yml b/.travis.yml index 3d9a761d..b0243cf7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: node_js node_js: - - "0.4" - "0.8" - "0.10" - "0.11"