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

Commit

Permalink
feat(ci): add node@10 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Aug 13, 2018
1 parent 8fcaa21 commit e206aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,6 +1,7 @@
language: node_js
sudo: false
node_js:
- "10"
- "9"
- "8"
- "7"
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
@@ -1,5 +1,6 @@
environment:
matrix:
- nodejs_version: "10"
- nodejs_version: "9"
- nodejs_version: "8"
- nodejs_version: "7"
Expand Down

0 comments on commit e206aa0

Please sign in to comment.