Merge pull request #2082 from ewanmellor/appveyor-cache

Add cache entries to appveyor.yml.
This commit is contained in:
Terence Parr 2017-11-04 10:47:06 -07:00 committed by GitHub
commit 4bff008527
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
version: '4.7.1-SNAPSHOT+AppVeyor.{build}'
cache:
- '%USERPROFILE%\.m2'
- '%USERPROFILE%\.nuget\packages -> **\project.json'
build: off
build_script:
- mvn -DskipTests install --batch-mode