mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-06 21:10:38 +00:00
test: enable shallow clone for appveyor
This commit is contained in:
parent
a778feb3dd
commit
bc6837c985
@ -7,6 +7,10 @@ cache:
|
|||||||
- 'node_modules -> yarn.lock'
|
- 'node_modules -> yarn.lock'
|
||||||
- '%LOCALAPPDATA%\\Yarn -> yarn.lock'
|
- '%LOCALAPPDATA%\\Yarn -> yarn.lock'
|
||||||
|
|
||||||
|
image: Visual Studio 2017
|
||||||
|
|
||||||
|
shallow_clone: true
|
||||||
|
|
||||||
# Install scripts. (runs after repo cloning)
|
# Install scripts. (runs after repo cloning)
|
||||||
install:
|
install:
|
||||||
# Get the latest stable version of Node.js or io.js
|
# Get the latest stable version of Node.js or io.js
|
||||||
|
Loading…
Reference in New Issue
Block a user