Skip to content
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.

Commit

Permalink
Merge 2780636 into 005e3cb
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Nov 5, 2018
2 parents 005e3cb + 2780636 commit 7b1dca8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,6 @@ language: node_js
node_js:
- "node"
- "6"
- "4"

branches:
only:
Expand Down
9 changes: 2 additions & 7 deletions appveyor.yml
@@ -1,12 +1,7 @@
environment:
matrix:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "8"

platform:
- x86
- x64
- nodejs_version: ""

branches:
only:
Expand All @@ -19,7 +14,7 @@ init:

# Install scripts. (runs after repo cloning)
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- ps: Install-Product node $env:nodejs_version
- npm install

# Post-install test scripts.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -61,7 +61,7 @@
"i18n"
],
"engines": {
"node": ">= 4"
"node": ">= 6"
},
"greenkeeper": {
"ignore": [
Expand Down

0 comments on commit 7b1dca8

Please sign in to comment.