mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 10:17:48 +00:00
Add "matrix" to .travis.yml.
This commit is contained in:
19
.travis.yml
19
.travis.yml
@@ -4,14 +4,17 @@ 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="node" BUILD="legacy" MAKE=true
|
- BIN="istanbul"
|
||||||
- BIN="node" BUILD="mobile" MAKE=true
|
- BIN="node" BUILD="compat"
|
||||||
- BIN="phantomjs" BUILD="compat" MAKE=false
|
- BIN="node" BUILD="modern"
|
||||||
- BIN="phantomjs" BUILD="legacy" MAKE=true
|
- BIN="node" BUILD="legacy" MAKE=true
|
||||||
- BIN="phantomjs" BUILD="mobile" MAKE=true
|
- BIN="node" BUILD="mobile" MAKE=true
|
||||||
|
- BIN="phantomjs" BUILD="compat"
|
||||||
|
- BIN="phantomjs" BUILD="legacy" MAKE=true
|
||||||
|
- BIN="phantomjs" BUILD="mobile" MAKE=true
|
||||||
git:
|
git:
|
||||||
depth: 1
|
depth: 1
|
||||||
branches:
|
branches:
|
||||||
|
|||||||
Reference in New Issue
Block a user