Skip to content

Commit

Permalink
Deprecate Node 0.10 and 0.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-dean committed Oct 24, 2017
1 parent 7bc1983 commit 691f0f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ node_js:
- "8"
- "6"
- "4"
- "0.12"
- "0.10"
# - "0.12"
# - "0.10"
before_install:
# from https://github.com/travis-ci/travis-ci/issues/3225#issuecomment-177592725
# and also from https://github.com/travis-ci/travis-ci/issues/3225#issuecomment-200965782
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "0.10"
- nodejs_version: "0.12"
# - nodejs_version: "0.10"
# - nodejs_version: "0.12"
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "8"
Expand Down

0 comments on commit 691f0f1

Please sign in to comment.