From 63ff5a2fe367c27a1f662424257eacfa34124684 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 15 Dec 2013 23:53:46 -0800 Subject: [PATCH] Update node version to 0.10 for sauce in travis.yml since they've upgraded their node 0.10 version. --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index ac8631a1e..56d8233e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,15 +38,15 @@ matrix: env: BIN="ringo" BUILD="compat" - node_js: "0.10" env: BIN="ringo" BUILD="legacy" - - node_js: "0.8" + - node_js: "0.10" env: SAUCE_LABS=true BUILD="compat" - - node_js: "0.8" + - node_js: "0.10" env: SAUCE_LABS=true BUILD="modern" - - node_js: "0.8" + - node_js: "0.10" env: SAUCE_LABS=true BUILD="legacy" - - node_js: "0.8" + - node_js: "0.10" env: SAUCE_LABS=true BUILD="mobile" - - node_js: "0.8" + - node_js: "0.10" env: SAUCE_LABS=true BUILD="underscore" git: depth: 10