From 4c456f6016f95ac8a6dc02625404fa821f4418f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Thu, 2 Jan 2014 00:52:17 +0100 Subject: [PATCH] Use node 0.10 on Travis to avoid SSL error Using npm with node 0.6 results in "SSL Error: CERT_UNTRUSTED": https://travis-ci.org/madrobby/zepto/builds/16195932 See isaacs/npm#4379 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e2772723d..b2f29eff5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ notifications: rooms: secure: VR6rWk0YhezBWnD8jPjSD8h/Q83S3NT0F34Au1vswt+/+Ku19S8X44vGVUG+NYdYyhg7uOqUaPN1Jr3KCpdcXgHEpUYiyBGJ8ebltavcjeHYWqK6ghcqgSnbDkifuC7Eu/9LcrOMOXgt+zkXjiVXW3+zyGVDcrs4cQ2vGY2DTYA= node_js: -- 0.6 +- 0.10