From: XhmikosR Date: Sat, 31 Jan 2015 13:35:41 +0000 (+0200) Subject: Travis CI: Allow node.js 0.11 to fail. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e15ad362180321ecac85bb7a5c6cc22ead7a07f2;p=html-minifier.git Travis CI: Allow node.js 0.11 to fail. --- diff --git a/.travis.yml b/.travis.yml index 672a1c7..b9cd75d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,16 @@ language: node_js + node_js: - "0.10" - "0.11" + branches: only: - gh-pages + before_script: - npm install -g grunt-cli + +matrix: + allow_failures: + - node_js: "0.11"