Skip to content

Commit fa47df1

Browse files
committed
add travis status badge to readme
1 parent 14a3632 commit fa47df1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## LightXML.jl
22

3+
[![Build Status](https://travis-ci.org/JuliaLang/LightXML.jl.svg?branch=master)](https://travis-ci.org/JuliaLang/LightXML.jl)
4+
35
This package is a light-weight Julia wrapper of [libxml2](http://www.xmlsoft.org), which provides a minimal interface that covers functionalities that are commonly needed:
46

57
* Parse a XML file or string into a tree

0 commit comments

Comments
 (0)