We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4412a commit 4dc21c3Copy full SHA for 4dc21c3
appveyor.yml
@@ -1,12 +1,9 @@
1
-# Should we cache local modules ?
2
-# cache:
3
-# - node_modules
+cache:
+ - node_modules
4
5
environment:
6
matrix:
7
- nodejs_version: "6"
8
- - nodejs_version: "7"
9
- - nodejs_version: "8"
10
11
platform:
12
- x86
@@ -19,7 +16,6 @@ install:
19
16
test_script:
20
17
- node --version
21
18
- npm --version
22
- - IF %nodejs_version% EQU 7 npm run travis:lint
23
- npm run test
24
25
build: off
0 commit comments