summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index d5751e0054..4efdeadf84 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,4 +1,4 @@
-version: "12-stable-{build}"
+version: "master-{build}"
os: Windows Server 2012
platform:
@@ -29,4 +29,5 @@ build_script:
- bundle install
test_script:
+ - SET SPEC_OPTS=--format progress
- bundle exec rake spec