From dd92e36febfc870c3a64847c924e7010b4d9c64c Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 18 Oct 2014 10:04:35 -0700 Subject: [PATCH] Ensure Node 0.8 runs modern build tests in travis. --- .travis.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1b5f5cc07..2aa82971c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"