Skip to content

Commit

Permalink
init powershell on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Sep 20, 2016
1 parent b38f906 commit 54f49d8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
version: "master-{build}"

# 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 @@ -54,4 +50,6 @@ build_script:

test_script:
- SET SPEC_OPTS=--format progress
# ensure powershell is initialized to prevent `Preparing modules for first use.` errors
- ps: Write-Output "test"
- bundle exec rake test:windows

0 comments on commit 54f49d8

Please sign in to comment.