From f6f6a5661d36db0ce2cc87827e0db54b3d2d3e56 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 11 Oct 2018 00:15:41 +0300 Subject: [PATCH] Update appveyor.yml (#7312) Merge pull request 7312 --- appveyor.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 92b210e5..80c2d9e1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ version: "{build}" -clone_depth: 10 +clone_depth: 5 branches: only: @@ -9,10 +9,6 @@ branches: 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: BUNDLE_WITHOUT: "benchmark:site:development" matrix: @@ -29,6 +25,10 @@ environment: - RUBY_FOLDER_VER: "23" 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: - ruby --version - gem --version @@ -36,5 +36,5 @@ test_script: - bash ./script/cibuild 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'