mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 08:07:50 +00:00
Ensure Node 0.8 runs modern build tests in travis.
This commit is contained in:
14
.travis.yml
14
.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"
|
||||
|
||||
Reference in New Issue
Block a user