diff --git a/.travis.yml b/.travis.yml index 504c00e82..22918d364 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js node_js: - - 4 - 6 + - 7 os: - linux diff --git a/appveyor.yml b/appveyor.yml index 288932b48..57adb8874 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ # Test against this version of Node.js environment: matrix: - - nodejs_version: "4" + - nodejs_version: "7" - nodejs_version: "6" # platform: