Skip to content

Commit fab965f

Browse files
committed
pin appveyor image
1 parent 050e3e7 commit fab965f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

appveyor.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
version: "master-{build}"
22

3-
os: Windows Server 2012 R2
3+
# fix for retrieving progress information for local execution
4+
# see: http://help.appveyor.com/discussions/problems/5170-progresspreference-not-works-always-shown-preparing-modules-for-first-use-in-stderr
5+
image: Previous Visual Studio 2015
6+
47
platform:
58
- x64
69

@@ -45,6 +48,7 @@ install:
4548
- gem install --local bundler --quiet --no-document
4649
- bundler --version
4750
- ruby -r rubygems -e "p Gem.path"
51+
- ps: Write-Output "Echo"
4852

4953
build_script:
5054
- bundle install --path=vendor/bundle --without integration tools

0 commit comments

Comments
 (0)