diff --git a/appveyor.yml b/appveyor.yml index ab97d6e8..38e9368e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,10 +6,10 @@ skip_tags: true environment: matrix: - - nodejs_version: "10" + - nodejs_version: "8" test: "normal" platform: x64 - - nodejs_version: "10" + - nodejs_version: "8" test: "integration" platform: x64 @@ -30,7 +30,7 @@ install: - ps: >- if ($env:test -eq "integration") { if ((Get-Command "meteor" -ErrorAction SilentlyContinue) -eq $null) { - choco install meteor --params "'/RELEASE:1.8.1'" + choco install meteor --params "'/RELEASE:1.8.2'" } } - ps: refreshenv diff --git a/tests/helpers/clear.js b/tests/helpers/clear.js index bf06b00a..447df80a 100644 --- a/tests/helpers/clear.js +++ b/tests/helpers/clear.js @@ -1,5 +1,5 @@ import shell from 'shelljs'; import paths from './paths'; -shell.rm('-rf', paths.testsTmpPath); +//shell.rm('-rf', paths.testsTmpPath);