Add "include" to .travis.yml.

This commit is contained in:
John-David Dalton
2013-09-19 21:48:50 -07:00
parent ce63faa597
commit d105e80ed8

View File

@@ -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: