From 27baa4a6be881d010d55d2be40f94c24b83c115b Mon Sep 17 00:00:00 2001 From: Diomidis Spinellis Date: Wed, 24 Oct 2018 12:39:39 +0300 Subject: [PATCH] Add Travis CI configuration --- .travis.yml | 4 ++++ README.md | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 .travis.yml 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