Skip to content

Commit

Permalink
Merge pull request #189 from tomdale/bump-node
Browse files Browse the repository at this point in the history
add node 10 testing support, drop node 4
  • Loading branch information
stefanpenner authored Jun 14, 2018
2 parents 353b7b4 + 3e7c035 commit 5d4cea6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
language: node_js
node_js:
- "node"
- "6"
- "4"

cache:
directories:
- node_modules
- "8"
- "10"

before_install:
- if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
Expand Down
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ environment:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"

# Fix line endings in Windows. (runs before repo cloning)
init:
Expand All @@ -23,8 +24,5 @@ test_script:
- bower --version
- npm test

cache:
- '%APPDATA%\npm-cache'

# Don't actually build.
build: off
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"request": "^2.75.0"
},
"engines": {
"node": ">= 4"
"node": ">= 6"
}
}

0 comments on commit 5d4cea6

Please sign in to comment.