Skip to content

Commit 6ceee77

Browse files
committed
Put build badge up
1 parent 5c6137a commit 6ceee77

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Converting XML Schema to Haskell datatype
22

3+
[![Build Status](https://api.travis-ci.org/mgajda/json-autotype.svg?branch=master)](https://travis-ci.org/mgajda/xml-typelift)
4+
35
XML TypeLift will allow to use XML Schema to create Haskell data type and parser for it.
46

57
That will allow us to easily handle large XML Schemas like Office OpenXML made by Microsoft.
@@ -19,6 +21,3 @@ It is part of DataHaskell initiative on type providers in Haskell.
1921
* We will use Haskell code generation like [`json-autotype`](http://github.com/mgajda/json-autotype)
2022
* Sample schemas will be put into `test/` directory
2123

22-
## Little help from build system
23-
24-
[![Build Status](https://api.travis-ci.org/mgajda/json-autotype.svg?branch=master)](https://travis-ci.org/mgajda/xml-typelift)

0 commit comments

Comments
 (0)