Skip to content

Commit

Permalink
Add Node.js version 10, remove end-of-life versions < 6 (per markdown…
Browse files Browse the repository at this point in the history
…lint dependency).
  • Loading branch information
DavidAnson committed May 19, 2018
1 parent 081d1f2 commit d22c1a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
@@ -1,12 +1,12 @@
sudo: false
language: node_js
node_js:
- 'node'
- '11'
- '10'
- '9'
- '8'
- '7'
- '6'
- '5'
- '4'
env:
- CXX=g++-4.8
addons:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -7,9 +7,9 @@ version: "{build}"
# what combinations to test
environment:
matrix:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"

# Get the stable version of node
install:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"markdownlint": "markdownlint.js"
},
"engines": {
"node": ">=0.12.0"
"node": ">=6"
},
"scripts": {
"invalid": "node ./markdownlint.js --config test/test-config.json -- test/incorrect.md",
Expand Down

0 comments on commit d22c1a7

Please sign in to comment.