mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 15:27:50 +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"
|
||||
env:
|
||||
global:
|
||||
- BUILD=false MAKE=false
|
||||
- BIN="node" BUILD=false MAKE=false
|
||||
matrix:
|
||||
- BIN="istanbul"
|
||||
- BIN="node" BUILD="compat"
|
||||
- BIN="node" BUILD="modern"
|
||||
- BIN="node" BUILD="legacy" MAKE=true
|
||||
- BIN="node" BUILD="mobile" MAKE=true
|
||||
- BUILD="compat"
|
||||
- BUILD="modern"
|
||||
- BUILD="legacy" MAKE=true
|
||||
- BUILD="mobile" MAKE=true
|
||||
- BIN="phantomjs" BUILD="compat"
|
||||
- BIN="phantomjs" BUILD="legacy" MAKE=true
|
||||
- BIN="phantomjs" BUILD="mobile" MAKE=true
|
||||
matrix:
|
||||
include:
|
||||
- node_js: "0.10"
|
||||
env: BIN="istanbul"
|
||||
git:
|
||||
depth: 1
|
||||
branches:
|
||||
|
||||
Reference in New Issue
Block a user