Skip to content

Commit

Permalink
Add working appveyor configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn committed Feb 28, 2019
1 parent 3e6f7e6 commit 6198d90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ A simple way to expose static assets as a read-only <a href="https://www.w3.org/

[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.1-8892BF.svg?style=flat-square)](https://php.net/)
[![Build Status](https://travis-ci.com/trellis-ldp/static-ldp.svg?branch=master)](https://travis-ci.com/trellis-ldp/static-ldp)
[![Build status](https://ci.appveyor.com/api/projects/status/pad3wdgd43lg1nou?svg=true)](https://ci.appveyor.com/project/acoburn/static-ldp)

## Requirements

Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ init:

environment:
TRELLIS_CONFIG_DIR: test/resources/config/
SYMFONY_DEPRECATIONS_HELPER: weak

install:
- ps: Set-Service wuauserv -StartupType Manual
Expand Down

0 comments on commit 6198d90

Please sign in to comment.