mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 15:57:48 +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="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:
|
||||
|
||||
Reference in New Issue
Block a user