We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050e3e7 commit fab965fCopy full SHA for fab965f
appveyor.yml
@@ -1,6 +1,9 @@
1
version: "master-{build}"
2
3
-os: Windows Server 2012 R2
+# 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
+
7
platform:
8
- x64
9
@@ -45,6 +48,7 @@ install:
45
48
- gem install --local bundler --quiet --no-document
46
49
- bundler --version
47
50
- ruby -r rubygems -e "p Gem.path"
51
+ - ps: Write-Output "Echo"
52
53
build_script:
54
- bundle install --path=vendor/bundle --without integration tools
0 commit comments