diff --git a/.travis.yml b/.travis.yml index 60b63759..42385be3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ node_js: - '5' - '6' - '7' +- '8' cache: - apt: true - directories: diff --git a/test/ci/appveyor.yml b/test/ci/appveyor.yml index 6c41a617..6b99505a 100644 --- a/test/ci/appveyor.yml +++ b/test/ci/appveyor.yml @@ -7,6 +7,7 @@ environment: - nodejs_version: "5" - nodejs_version: "6" - nodejs_version: "7" + - nodejs_version: "8" cache: - '%APPDATA%\npm-cache' - '%USERPROFILE%\.electron'