Skip to content

Commit ef79714

Browse files
vladimyragnivade
authored andcommitted
Update appveyor setup
- turning off node_modules cache (causes errors with node stable) - updating target version range ⬆️
1 parent 58cc720 commit ef79714

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

appveyor.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Test against this version of Node.js
22
environment:
33
matrix:
4-
- nodejs_version: "6"
54
- nodejs_version: "7"
65
- nodejs_version: "8"
6+
- nodejs_version: "9"
77
- nodejs_version: Stable
88

99
# Install scripts. (runs after repo cloning)
@@ -19,8 +19,5 @@ test_script:
1919
- npm --version
2020
- npm run test:all
2121

22-
cache:
23-
- node_modules
24-
2522
# Don't actually build.
2623
build: off

0 commit comments

Comments
 (0)