Skip to content

Commit 6198d90

Browse files
committed
Add working appveyor configuration
1 parent 3e6f7e6 commit 6198d90

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ A simple way to expose static assets as a read-only <a href="https://www.w3.org/
44

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

89
## Requirements
910

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ init:
99

1010
environment:
1111
TRELLIS_CONFIG_DIR: test/resources/config/
12+
SYMFONY_DEPRECATIONS_HELPER: weak
1213

1314
install:
1415
- ps: Set-Service wuauserv -StartupType Manual

0 commit comments

Comments
 (0)