diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..c589d36 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: java +install: ant deps + +script: ant test diff --git a/README.md b/README.md index 2388b95..feda8c0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # UMLGraph - Declarative Drawing of UML Diagrams +[![Build Status](https://travis-ci.org/dspinellis/umlgraph.svg?branch=master)](https://travis-ci.org/dspinellis/umlgraph) + *UMLGraph* allows the declarative specification and drawing of UML diagrams. You can browse the system's documentation