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