From: kangax Date: Thu, 23 Jan 2014 18:06:39 +0000 (-0500) Subject: Update travis X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=504dd73955de2f57b4049d02ed246ee2d674c017;p=html-minifier.git Update travis --- diff --git a/.travis.yml b/.travis.yml index 4321249..0cc3ae1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,8 @@ node_js: - "0.8" - "0.10" - "0.11" - branches: only: - gh-pages +before_install: + - '[ "${TRAVIS_NODE_VERSION}" = "0.6" ] && npm conf set strict-ssl false || true'