From: XhmikosR Date: Sat, 7 Feb 2015 10:17:13 +0000 (+0200) Subject: Travis: test node.js 0.12 too. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=09208618d2c47b7ea567f6c99c076492e8ccec4d;p=clean-css.git Travis: test node.js 0.12 too. --- diff --git a/.travis.yml b/.travis.yml index 3c6757d6..4feb9253 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: node_js node_js: - '0.10' - - '0.11' + - '0.12'