Ensure Node 0.8 runs modern build tests in travis.

This commit is contained in:
John-David Dalton
2014-10-18 10:04:35 -07:00
parent c25738c62c
commit dd92e36feb

View File

@@ -12,18 +12,20 @@ matrix:
include:
- node_js: "0.8"
env: NPM_VERSION="~1.4.0"
- node_js: "0.8"
env: BUILD="modern" NPM_VERSION="~1.4.0"
- node_js: "0.10"
env: ISTANBUL=true BUILD="modern"
env: ISTANBUL=true BUILD="modern"
- node_js: "0.10"
env: BIN="phantomjs" BUILD="compat"
env: BIN="phantomjs"
- node_js: "0.10"
env: BIN="rhino" BUILD="compat"
env: BIN="rhino"
- node_js: "0.10"
env: BIN="rhino" BUILD="compat" OPTION="-require"
env: BIN="rhino" OPTION="-require"
- node_js: "0.10"
env: BIN="ringo" BUILD="compat"
env: BIN="ringo"
- node_js: "0.10"
env: SAUCE_LABS=true BUILD="compat"
env: SAUCE_LABS=true
- node_js: "0.10"
env: SAUCE_LABS=true BUILD="modern"
- node_js: "0.10"