Update appveyor.yml (#7312)

Merge pull request 7312
This commit is contained in:
XhmikosR 2018-10-11 00:15:41 +03:00 committed by jekyllbot
parent 153f24c4e4
commit f6f6a5661d
1 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
version: "{build}" version: "{build}"
clone_depth: 10 clone_depth: 5
branches: branches:
only: only:
@ -9,10 +9,6 @@ branches:
build: off build: off
install:
- SET PATH=C:\Ruby%RUBY_FOLDER_VER%\bin;%PATH%
- bundle install --retry 5 --jobs=%NUMBER_OF_PROCESSORS% --clean --path vendor\bundle
environment: environment:
BUNDLE_WITHOUT: "benchmark:site:development" BUNDLE_WITHOUT: "benchmark:site:development"
matrix: matrix:
@ -29,6 +25,10 @@ environment:
- RUBY_FOLDER_VER: "23" - RUBY_FOLDER_VER: "23"
TEST_SUITE: "test" TEST_SUITE: "test"
install:
- SET PATH=C:\Ruby%RUBY_FOLDER_VER%\bin;%PATH%
- bundle install --retry 5 --jobs=%NUMBER_OF_PROCESSORS% --clean --path vendor\bundle
test_script: test_script:
- ruby --version - ruby --version
- gem --version - gem --version
@ -36,5 +36,5 @@ test_script:
- bash ./script/cibuild - bash ./script/cibuild
cache: cache:
# If one of the files after the right arrow changes, cache will be skipped # If one of the files after the right arrow changes, cache will be invalidated
- 'vendor\bundle -> appveyor.yml,Gemfile,jekyll.gemspec' - 'vendor\bundle -> appveyor.yml,Gemfile,jekyll.gemspec'