Skip to content

Commit 07af341

Browse files
committed
Update appveyor.yml.
1 parent 415ae2c commit 07af341

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

appveyor.yml

-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
# AppVeyor file
22
# http://www.appveyor.com/docs/appveyor-yml
33

4-
# Build version format
54
version: "{build}"
65

76
clone_depth: 10
87

9-
# Fix line endings on Windows
10-
init:
11-
- git config --global core.autocrlf true
12-
13-
# What combinations to test
148
environment:
159
matrix:
1610
- nodejs_version: "4"
@@ -31,5 +25,4 @@ matrix:
3125
fast_finish: true
3226

3327
cache:
34-
- '%APPDATA%\npm-cache -> package.json' # npm cache
3528
- 'node_modules -> package.json' # local npm modules

0 commit comments

Comments
 (0)