Add "matrix" to .travis.yml.

This commit is contained in:
John-David Dalton
2013-09-19 21:12:17 -07:00
parent 25c1b63a00
commit ce63faa597

View File

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