Skip to content

Commit

Permalink
Merge branch 'nodejs-4' into deps-readable-stream-3
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Sep 10, 2023
2 parents 3aa06da + e31e091 commit 2116d2b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
10 changes: 1 addition & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,10 @@ node_js:
- "6"
- "4"
- "iojs"
- "0.12"
- "0.10"
- "0.8"
- "0.6"
before_install:
# Old npm certs are untrusted https://github.com/npm/npm/issues/20191
- 'if [ "${TRAVIS_NODE_VERSION}" = "0.6" ] || [ "${TRAVIS_NODE_VERSION}" = "0.8" ]; then export NPM_CONFIG_STRICT_SSL=false; fi'
- 'nvm install-latest-npm'
install:
- 'if [ "${TRAVIS_NODE_VERSION}" = "0.6" ] || [ "${TRAVIS_NODE_VERSION}" = "0.9" ]; then nvm install --latest-npm 0.8 && npm install && nvm use "${TRAVIS_NODE_VERSION}"; else npm install; fi;'
- 'npm install'
sudo: false
matrix:
fast_finish: true
allow_failures:
- node_js: "0.6"
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ environment:
- nodejs_version: "8"
- nodejs_version: "6"
- nodejs_version: "4"
- nodejs_version: "0.12"
- nodejs_version: "0.10"

# Install scripts. (runs after repo cloning)
install:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "http://github.com/browserify/browserify.git"
},
"engines": {
"node": ">= 0.8"
"node": ">= 4"
},
"keywords": [
"browser",
Expand Down

0 comments on commit 2116d2b

Please sign in to comment.