mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 18:37:50 +00:00
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:
@@ -19,7 +19,6 @@ env:
|
|||||||
- BIN="phantomjs" BUILD="compat"
|
- BIN="phantomjs" BUILD="compat"
|
||||||
- BIN="phantomjs" BUILD="legacy"
|
- BIN="phantomjs" BUILD="legacy"
|
||||||
- BIN="phantomjs" BUILD="mobile"
|
- BIN="phantomjs" BUILD="mobile"
|
||||||
- SAUCELABS=true
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- node_js: "0.10"
|
- node_js: "0.10"
|
||||||
@@ -40,6 +39,8 @@ matrix:
|
|||||||
env: BIN="ringo" BUILD="compat"
|
env: BIN="ringo" BUILD="compat"
|
||||||
- node_js: "0.10"
|
- node_js: "0.10"
|
||||||
env: BIN="ringo" BUILD="legacy"
|
env: BIN="ringo" BUILD="legacy"
|
||||||
|
- node_js: "0.10"
|
||||||
|
env: SAUCELABS=true
|
||||||
git:
|
git:
|
||||||
depth: 1
|
depth: 1
|
||||||
branches:
|
branches:
|
||||||
|
|||||||
Reference in New Issue
Block a user