Skip to content
This repository was archived by the owner on Jul 25, 2022. It is now read-only.

Commit 5e85a4e

Browse files
committed
Add AppVeyor build status
1 parent bd53cd3 commit 5e85a4e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# jl [![Build Status](https://travis-ci.org/chrisdone/jl.png)](https://travis-ci.org/chrisdone/jl)
1+
# jl [![Build Status](https://travis-ci.org/chrisdone/jl.png)](https://travis-ci.org/chrisdone/jl) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/chrisdone/path?svg=true)](https://ci.appveyor.com/project/chrisdone/jl)
22

33
jl ("JSON lambda") is a tiny functional language for querying and
44
manipulating JSON.
@@ -14,6 +14,9 @@ $ jl 'map $ \o -> { sha: o.sha, ps: map _.sha o.parents }' x.json
1414
1515
Binary releases for Linux and OS X are available [here](https://github.com/chrisdone/jl/releases).
1616
17+
Builds on Windows (see AppVeyor status), haven't added Windows
18+
binaries to the releases yet.
19+
1720
Installing from source:
1821
1922
1. Get [stack](https://haskell-lang.org/get-started)

0 commit comments

Comments
 (0)