diff --git a/.travis.yml b/.travis.yml index 028052158..2ff530806 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ os: - osx node_js: - "8" + - "10" addons: code_climate: repo_token: 7454b1a666015e244c384d19f48c34e35d1ae58c3aa428ec542f10bbcb848358 diff --git a/appveyor.yml b/appveyor.yml index f8b7e9abd..0923c999f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,8 @@ # Test against the latest version of this Node.js version environment: - nodejs_version: "8" + matrix: + - nodejs_version: "8" + - nodejs_version: "10" # Install scripts. (runs after repo cloning) install: