Skip to content

Commit 51792b1

Browse files
committed
AppVeyor tweaks.
Use double quotes and invalidate cache when package-lock.json or appveyor.yml file changes.
1 parent 9c9d71a commit 51792b1

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

appveyor.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ init: git config --global core.autocrlf input
22

33
shallow_clone: true
44

5-
version: '1.0.{build}'
5+
version: "1.0.{build}"
66

77
skip_tags: true
88

99
environment:
1010
matrix:
11-
- nodejs_version: '12'
12-
- nodejs_version: '10'
13-
- nodejs_version: '8'
14-
- nodejs_version: '6'
15-
- nodejs_version: '4'
11+
- nodejs_version: "12"
12+
- nodejs_version: "10"
13+
- nodejs_version: "8"
14+
- nodejs_version: "6"
15+
- nodejs_version: "4"
1616

1717
install:
1818
- ps: Install-Product node $env:nodejs_version
@@ -22,4 +22,4 @@ test_script: npm test
2222

2323
build: off
2424

25-
cache: node_modules -> package.json
25+
cache: 'node_modules -> appveyor.yml,package.json,package-lock.json'

0 commit comments

Comments
 (0)