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