mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 19:37:49 +00:00
Add "matrix" to .travis.yml.
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -4,12 +4,15 @@ node_js:
|
|||||||
- "0.8"
|
- "0.8"
|
||||||
- "0.10"
|
- "0.10"
|
||||||
env:
|
env:
|
||||||
- BIN="istanbul" BUILD=false MAKE=false
|
global:
|
||||||
- BIN="node" BUILD="compat" MAKE=false
|
- BUILD=false MAKE=false
|
||||||
- BIN="node" BUILD="modern" MAKE=false
|
matrix:
|
||||||
|
- BIN="istanbul"
|
||||||
|
- BIN="node" BUILD="compat"
|
||||||
|
- BIN="node" BUILD="modern"
|
||||||
- BIN="node" BUILD="legacy" MAKE=true
|
- BIN="node" BUILD="legacy" MAKE=true
|
||||||
- BIN="node" BUILD="mobile" MAKE=true
|
- BIN="node" BUILD="mobile" MAKE=true
|
||||||
- BIN="phantomjs" BUILD="compat" MAKE=false
|
- BIN="phantomjs" BUILD="compat"
|
||||||
- BIN="phantomjs" BUILD="legacy" MAKE=true
|
- BIN="phantomjs" BUILD="legacy" MAKE=true
|
||||||
- BIN="phantomjs" BUILD="mobile" MAKE=true
|
- BIN="phantomjs" BUILD="mobile" MAKE=true
|
||||||
git:
|
git:
|
||||||
|
|||||||
Reference in New Issue
Block a user