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
This commit is contained in:
pimterry
2013-10-27 22:06:35 +00:00
parent 34c8d8dd2e
commit 123455a5bb

View File

@@ -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: