From 123455a5bbd1a28fcb49f9e67917bba03831cdd2 Mon Sep 17 00:00:00 2001 From: pimterry Date: Sun, 27 Oct 2013 22:06:35 +0000 Subject: [PATCH] Move saucelabs to an explicit travis case, out of the build matrix This avoids us rebuilding it with every other combination (saucelabs + node .6/8/.10), as that's not really useful --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 50045f9d1..2907aa01e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,6 @@ env: - BIN="phantomjs" BUILD="compat" - BIN="phantomjs" BUILD="legacy" - BIN="phantomjs" BUILD="mobile" - - SAUCELABS=true matrix: include: - node_js: "0.10" @@ -40,6 +39,8 @@ matrix: env: BIN="ringo" BUILD="compat" - node_js: "0.10" env: BIN="ringo" BUILD="legacy" + - node_js: "0.10" + env: SAUCELABS=true git: depth: 1 branches: