diff --git a/.travis.yml b/.travis.yml index 37182d80..60d88692 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ env: language: node_js node_js: - '8' - - '7' - '6' - '4' before_script: diff --git a/appveyor.yml b/appveyor.yml index 705d0ec6..eeda657b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,16 +5,14 @@ environment: matrix: - nodejs_version: "4" - nodejs_version: "6" - - nodejs_version: "7" - nodejs_version: "8" # Install scripts. (runs after repo cloning) install: # Get the latest stable version of Node.js or io.js - ps: Install-Product node $env:nodejs_version - - npm cache clean # install modules - - npm i + - npm i --no-cache # Post-install test scripts. test_script: