Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
chore: update CI for current Node LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
Audrey Eschright committed Jan 29, 2019
1 parent c137ac7 commit f6cef1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -2,8 +2,6 @@ language: node_js
sudo: false
node_js:
- "10"
- "9"
- "8"
- "7"
- "6"
- "4"
- "11"
4 changes: 1 addition & 3 deletions appveyor.yml
@@ -1,11 +1,9 @@
environment:
matrix:
- nodejs_version: "10"
- nodejs_version: "9"
- nodejs_version: "8"
- nodejs_version: "7"
- nodejs_version: "6"
- nodejs_version: "4"
- nodejs_version: "11"

platform:
- x64
Expand Down

0 comments on commit f6cef1c

Please sign in to comment.