From 2b6f26b214410ed1339bbf2dba56da7206e2a7c7 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 2 Nov 2013 21:38:41 -0700 Subject: [PATCH] Run sauce labs in node v0.8 until travis-ci updates their 0.10 version. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dad82767b..235d62f46 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ matrix: env: BIN="ringo" BUILD="compat" - node_js: "0.10" env: BIN="ringo" BUILD="legacy" - - node_js: "0.10" + - node_js: "0.8" env: SAUCELABS=true git: depth: 10