Skip to content

Commit

Permalink
pin appveyor image
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Aug 17, 2016
1 parent 050e3e7 commit fab965f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
version: "master-{build}"

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

platform:
- x64

Expand Down Expand Up @@ -45,6 +48,7 @@ install:
- gem install --local bundler --quiet --no-document
- bundler --version
- ruby -r rubygems -e "p Gem.path"
- ps: Write-Output "Echo"

build_script:
- bundle install --path=vendor/bundle --without integration tools
Expand Down

0 comments on commit fab965f

Please sign in to comment.